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 to use for the list lookup.

Link copied to clipboard
val name: String? = null

Name of the list.