GoogleCloudApigeeV1IngressConfig constructor

GoogleCloudApigeeV1IngressConfig({
  1. List<GoogleCloudApigeeV1EnvironmentGroupConfig>? environmentGroups,
  2. String? name,
  3. String? revisionCreateTime,
  4. String? revisionId,
  5. String? uid,
})

Implementation

GoogleCloudApigeeV1IngressConfig({
  this.environmentGroups,
  this.name,
  this.revisionCreateTime,
  this.revisionId,
  this.uid,
});