RulesetRuleActionParametersEdgeTtlStatusCodeTtlStatusCodeRange

data class RulesetRuleActionParametersEdgeTtlStatusCodeTtlStatusCodeRange(val from: Int? = null, val to: Int? = null)

Constructors

constructor(from: Int? = null, to: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val from: Int? = null

From status code.

Link copied to clipboard
val to: Int? = null

To status code.