Usage Plan Api Stage
data class UsagePlanApiStage(val apiId: String? = null, val stage: String? = null, val throttle: Map<String, UsagePlanThrottleSettings>? = null)
API stage name of the associated API stage in a usage plan.
Constructors
Link copied to clipboard
constructor(apiId: String? = null, stage: String? = null, throttle: Map<String, UsagePlanThrottleSettings>? = null)