RateLimitMatchRequestArgs

data class RateLimitMatchRequestArgs(val methods: Output<List<String>>? = null, val schemes: Output<List<String>>? = null, val urlPattern: Output<String>? = null) : ConvertibleToJava<RateLimitMatchRequestArgs>

Constructors

Link copied to clipboard
constructor(methods: Output<List<String>>? = null, schemes: Output<List<String>>? = null, urlPattern: Output<String>? = null)

Properties

Link copied to clipboard
val methods: Output<List<String>>? = null
Link copied to clipboard
val schemes: Output<List<String>>? = null
Link copied to clipboard
val urlPattern: Output<String>? = null

Functions

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