GoogleCloudApigeeV1EnvironmentGroupConfig constructor

GoogleCloudApigeeV1EnvironmentGroupConfig({
  1. List<GoogleCloudApigeeV1EndpointChainingRule>? endpointChainingRules,
  2. List<String>? hostnames,
  3. String? location,
  4. String? name,
  5. String? revisionId,
  6. List<GoogleCloudApigeeV1RoutingRule>? routingRules,
  7. String? uid,
})

Implementation

GoogleCloudApigeeV1EnvironmentGroupConfig({
  this.endpointChainingRules,
  this.hostnames,
  this.location,
  this.name,
  this.revisionId,
  this.routingRules,
  this.uid,
});