GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision constructor

GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision({
  1. int? percentage,
  2. String? revision,
})

Implementation

GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision({
  this.percentage,
  this.revision,
});