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
constructor(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
Link copied to clipboard
val name: String? = null

The name of the parameter.

Link copied to clipboard
val operator: String? = null
Link copied to clipboard
val type: String? = null

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

Link copied to clipboard
val value: String? = null