GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.fromJson constructor

GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.fromJson(
  1. Map json_
)

Implementation

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