GoogleCloudApigeeV1EnvironmentGroupConfig constructor
      
      GoogleCloudApigeeV1EnvironmentGroupConfig({ 
    
    
- List<
GoogleCloudApigeeV1EndpointChainingRule> ? endpointChainingRules, - List<
String> ? hostnames, - String? location,
 - String? name,
 - String? revisionId,
 - List<
GoogleCloudApigeeV1RoutingRule> ? routingRules, - String? uid,
 
Implementation
GoogleCloudApigeeV1EnvironmentGroupConfig({
  this.endpointChainingRules,
  this.hostnames,
  this.location,
  this.name,
  this.revisionId,
  this.routingRules,
  this.uid,
});