RateLimitMatchResponseArgs

data class RateLimitMatchResponseArgs(val headers: Output<List<Map<String, String>>>? = null, val originTraffic: Output<Boolean>? = null, val statuses: Output<List<Int>>? = null) : ConvertibleToJava<RateLimitMatchResponseArgs>

Constructors

Link copied to clipboard
constructor(headers: Output<List<Map<String, String>>>? = null, originTraffic: Output<Boolean>? = null, statuses: Output<List<Int>>? = null)

Properties

Link copied to clipboard
val headers: Output<List<Map<String, String>>>? = null
Link copied to clipboard
val originTraffic: Output<Boolean>? = null
Link copied to clipboard
val statuses: Output<List<Int>>? = null

Functions

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