GoogleCloudApigeeV1DeploymentGroupConfig constructor

GoogleCloudApigeeV1DeploymentGroupConfig({
  1. String? deploymentGroupType,
  2. String? name,
  3. String? revisionId,
  4. String? uid,
})

Implementation

GoogleCloudApigeeV1DeploymentGroupConfig({
  this.deploymentGroupType,
  this.name,
  this.revisionId,
  this.uid,
});