GoogleCloudApigeeV1DeploymentChangeReportRoutingChange constructor
GoogleCloudApigeeV1DeploymentChangeReportRoutingChange({
- String? description,
- String? environmentGroup,
- GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment? fromDeployment,
- bool? shouldSequenceRollout,
- GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment? toDeployment,
Implementation
GoogleCloudApigeeV1DeploymentChangeReportRoutingChange({
this.description,
this.environmentGroup,
this.fromDeployment,
this.shouldSequenceRollout,
this.toDeployment,
});