GoogleCloudApigeeV1Quota constructor

GoogleCloudApigeeV1Quota({
  1. String? interval,
  2. String? limit,
  3. String? timeUnit,
})

Implementation

GoogleCloudApigeeV1Quota({
  this.interval,
  this.limit,
  this.timeUnit,
});