$QuotaLimit constructor

$QuotaLimit({
  1. String? defaultLimit,
  2. String? description,
  3. String? displayName,
  4. String? duration,
  5. String? freeTier,
  6. String? maxLimit,
  7. String? metric,
  8. String? name,
  9. String? unit,
  10. Map<String, String>? values,
})

Implementation

$QuotaLimit({
  this.defaultLimit,
  this.description,
  this.displayName,
  this.duration,
  this.freeTier,
  this.maxLimit,
  this.metric,
  this.name,
  this.unit,
  this.values,
});