GoogleCloudApigeeV1Deployment constructor
GoogleCloudApigeeV1Deployment({
- String? apiProxy,
- String? deployStartTime,
- String? environment,
- List<
GoogleRpcStatus> ? errors, - List<
GoogleCloudApigeeV1InstanceDeploymentStatus> ? instances, - List<
GoogleCloudApigeeV1PodStatus> ? pods, - String? proxyDeploymentType,
- String? revision,
- List<
GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict> ? routeConflicts, - String? serviceAccount,
- 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,
});