GoogleCloudApigeeV1DeploymentChangeReport constructor
GoogleCloudApigeeV1DeploymentChangeReport({
- List<
GoogleCloudApigeeV1DeploymentChangeReportRoutingChange> ? routingChanges, - List<
GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict> ? routingConflicts, - GoogleRpcPreconditionFailure? validationErrors,
Implementation
GoogleCloudApigeeV1DeploymentChangeReport({
this.routingChanges,
this.routingConflicts,
this.validationErrors,
});