GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute constructor

GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute({
  1. String? basepath,
  2. String? envgroup,
  3. String? environment,
  4. int? percentage,
})

Implementation

GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute({
  this.basepath,
  this.envgroup,
  this.environment,
  this.percentage,
});