RateLimitMatchArgs

data class RateLimitMatchArgs(val headers: Output<List<RateLimitMatchHeaderArgs>>? = null, val request: Output<RateLimitMatchRequestArgs>? = null, val response: Output<RateLimitMatchResponseArgs>? = null) : ConvertibleToJava<RateLimitMatchArgs>

Constructors

Link copied to clipboard
constructor(headers: Output<List<RateLimitMatchHeaderArgs>>? = null, request: Output<RateLimitMatchRequestArgs>? = null, response: Output<RateLimitMatchResponseArgs>? = null)

Properties

Link copied to clipboard
val headers: Output<List<RateLimitMatchHeaderArgs>>? = null
Link copied to clipboard
val request: Output<RateLimitMatchRequestArgs>? = null
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): RateLimitMatchArgs