ApiStage constructor
ApiStage({
- String? apiId,
- String? stage,
- Map<
String, ThrottleSettings> ? throttle,
Implementation
ApiStage({
this.apiId,
this.stage,
this.throttle,
});