Throttling Policy Response
data class ThrottlingPolicyResponse(val metricId: String, val name: String, val rateLimitThreshold: Double, val type: String)
Properties of the throttling policy
Constructors
Link copied to clipboard
fun ThrottlingPolicyResponse(metricId: String, name: String, rateLimitThreshold: Double, type: String)