GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.fromJson constructor
GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision.fromJson(
- 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,
);