GoogleCloudApigeeV1InstanceDeploymentStatus constructor

GoogleCloudApigeeV1InstanceDeploymentStatus({
  1. List<GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision>? deployedRevisions,
  2. List<GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute>? deployedRoutes,
  3. String? instance,
})

Implementation

GoogleCloudApigeeV1InstanceDeploymentStatus({
  this.deployedRevisions,
  this.deployedRoutes,
  this.instance,
});