ApiStage constructor

ApiStage({
  1. String? apiId,
  2. String? stage,
  3. Map<String, ThrottleSettings>? throttle,
})

Implementation

ApiStage({
  this.apiId,
  this.stage,
  this.throttle,
});