QuotaRule constructor

QuotaRule({
  1. String? createTime,
  2. String? description,
  3. int? diskLimitMib,
  4. Map<String, String>? labels,
  5. String? name,
  6. String? state,
  7. String? stateDetails,
  8. String? target,
  9. String? type,
})

Implementation

QuotaRule({
  this.createTime,
  this.description,
  this.diskLimitMib,
  this.labels,
  this.name,
  this.state,
  this.stateDetails,
  this.target,
  this.type,
});