GoogleApiServiceusageV1ServiceConfig constructor
      
      GoogleApiServiceusageV1ServiceConfig({ 
    
    
- List<Api> ? apis,
- Authentication? authentication,
- Documentation? documentation,
- List<Endpoint> ? endpoints,
- List<MonitoredResourceDescriptor> ? monitoredResources,
- Monitoring? monitoring,
- String? name,
- Quota? quota,
- String? title,
- Usage? usage,
Implementation
GoogleApiServiceusageV1ServiceConfig({
  this.apis,
  this.authentication,
  this.documentation,
  this.endpoints,
  this.monitoredResources,
  this.monitoring,
  this.name,
  this.quota,
  this.title,
  this.usage,
});