GoogleCloudApigeeV1Deployment constructor

GoogleCloudApigeeV1Deployment({
  1. String? apiProxy,
  2. String? deployStartTime,
  3. String? environment,
  4. List<GoogleRpcStatus>? errors,
  5. List<GoogleCloudApigeeV1InstanceDeploymentStatus>? instances,
  6. List<GoogleCloudApigeeV1PodStatus>? pods,
  7. String? proxyDeploymentType,
  8. String? revision,
  9. List<GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict>? routeConflicts,
  10. String? serviceAccount,
  11. String? state,
})

Implementation

GoogleCloudApigeeV1Deployment({
  this.apiProxy,
  this.deployStartTime,
  this.environment,
  this.errors,
  this.instances,
  this.pods,
  this.proxyDeploymentType,
  this.revision,
  this.routeConflicts,
  this.serviceAccount,
  this.state,
});