ThrottlingRuleResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard