RulesetRuleActionParametersFromList

data class RulesetRuleActionParametersFromList(val key: String? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(key: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

Expression that evaluates to the list lookup key.

Link copied to clipboard
val name: String? = null

The name of the list to match against.