GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment constructor

GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment({
  1. String? apiProxy,
  2. String? basepath,
  3. String? environment,
  4. String? revision,
})

Implementation

GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment({
  this.apiProxy,
  this.basepath,
  this.environment,
  this.revision,
});