Throttling Rule Response
data class ThrottlingRuleResponse(val action: String, val metrics: List<ThrottlingMetricResponse>, val requiredFeatures: List<String>? = null)
Constructors
Link copied to clipboard
constructor(action: String, metrics: List<ThrottlingMetricResponse>, requiredFeatures: List<String>? = null)