GoogleCloudApigeeV1DeploymentChangeReport constructor

GoogleCloudApigeeV1DeploymentChangeReport({
  1. List<GoogleCloudApigeeV1DeploymentChangeReportRoutingChange>? routingChanges,
  2. List<GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict>? routingConflicts,
  3. GoogleRpcPreconditionFailure? validationErrors,
})

Implementation

GoogleCloudApigeeV1DeploymentChangeReport({
  this.routingChanges,
  this.routingConflicts,
  this.validationErrors,
});