GoogleCloudApihubV1FlattenedApiVersionDeploymentView constructor

GoogleCloudApihubV1FlattenedApiVersionDeploymentView({
  1. GoogleCloudApihubV1Api? api,
  2. GoogleCloudApihubV1Deployment? deployment,
  3. GoogleCloudApihubV1Version? version,
})

Implementation

GoogleCloudApihubV1FlattenedApiVersionDeploymentView({
  this.api,
  this.deployment,
  this.version,
});