GoogleCloudApigeeV1InstanceDeploymentStatus constructor
GoogleCloudApigeeV1InstanceDeploymentStatus({
- List<
GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision> ? deployedRevisions, - List<
GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute> ? deployedRoutes, - String? instance,
Implementation
GoogleCloudApigeeV1InstanceDeploymentStatus({
this.deployedRevisions,
this.deployedRoutes,
this.instance,
});