Rate Limit Match Args
data class RateLimitMatchArgs(val request: Output<RateLimitMatchRequestArgs>? = null, val response: Output<RateLimitMatchResponseArgs>? = null) : ConvertibleToJava<RateLimitMatchArgs>
Constructors
Link copied to clipboard
constructor(request: Output<RateLimitMatchRequestArgs>? = null, response: Output<RateLimitMatchResponseArgs>? = null)