GoogleApiServiceusageV1Service constructor

GoogleApiServiceusageV1Service({
  1. GoogleApiServiceusageV1ServiceConfig? config,
  2. String? name,
  3. String? parent,
  4. String? state,
})

Implementation

GoogleApiServiceusageV1Service({
  this.config,
  this.name,
  this.parent,
  this.state,
});