GoogleCloudApigeeV1DeploymentChangeReportRoutingChange constructor

GoogleCloudApigeeV1DeploymentChangeReportRoutingChange({
  1. String? description,
  2. String? environmentGroup,
  3. GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment? fromDeployment,
  4. bool? shouldSequenceRollout,
  5. GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment? toDeployment,
})

Implementation

GoogleCloudApigeeV1DeploymentChangeReportRoutingChange({
  this.description,
  this.environmentGroup,
  this.fromDeployment,
  this.shouldSequenceRollout,
  this.toDeployment,
});