GoogleApiServiceusageV1ServiceConfig constructor

GoogleApiServiceusageV1ServiceConfig({
  1. List<Api>? apis,
  2. Authentication? authentication,
  3. Documentation? documentation,
  4. List<Endpoint>? endpoints,
  5. List<MonitoredResourceDescriptor>? monitoredResources,
  6. Monitoring? monitoring,
  7. String? name,
  8. Quota? quota,
  9. String? title,
  10. Usage? usage,
})

Implementation

GoogleApiServiceusageV1ServiceConfig({
  this.apis,
  this.authentication,
  this.documentation,
  this.endpoints,
  this.monitoredResources,
  this.monitoring,
  this.name,
  this.quota,
  this.title,
  this.usage,
});