GreyTagRouteScRuleItem

data class GreyTagRouteScRuleItem(val cond: String? = null, val name: String? = null, val operator: String? = null, val type: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
fun GreyTagRouteScRuleItem(cond: String? = null, name: String? = null, operator: String? = null, type: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cond: String? = null

The comparison operator. Valid values: >, <, >=, <=, ==, !=.

Link copied to clipboard
val name: String? = null

The name of the parameter.

Link copied to clipboard
val operator: String? = null

The operator. Valid values: rawvalue, list, mod, deterministic_proportional_steaming_division.

Link copied to clipboard
val type: String? = null

The compare types. Valid values: param, cookie, header.

Link copied to clipboard
val value: String? = null

The value of the parameter.