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