GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.fromJson constructor

GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.fromJson(
    core.Map json_)
    : this(
        percentage: json_.containsKey('percentage')
            ? json_['percentage'] as core.int
            : null,
        revision: json_.containsKey('revision')
            ? json_['revision'] as core.String
            : null,
      );