UsagePlan constructor

UsagePlan({
  1. List<ApiStage>? apiStages,
  2. String? description,
  3. String? id,
  4. String? name,
  5. String? productCode,
  6. QuotaSettings? quota,
  7. Map<String, String>? tags,
  8. ThrottleSettings? throttle,
})

Implementation

UsagePlan({
  this.apiStages,
  this.description,
  this.id,
  this.name,
  this.productCode,
  this.quota,
  this.tags,
  this.throttle,
});