GoogleCloudApigeeV1DeploymentConfig constructor

GoogleCloudApigeeV1DeploymentConfig({
  1. Map<String, String>? attributes,
  2. String? basePath,
  3. List<String>? deploymentGroups,
  4. Map<String, String>? endpoints,
  5. String? location,
  6. String? name,
  7. String? proxyUid,
  8. String? serviceAccount,
  9. String? uid,
})

Implementation

GoogleCloudApigeeV1DeploymentConfig({
  this.attributes,
  this.basePath,
  this.deploymentGroups,
  this.endpoints,
  this.location,
  this.name,
  this.proxyUid,
  this.serviceAccount,
  this.uid,
});