RuleTargetParamList

data class RuleTargetParamList(val form: String, val resourceKey: String, val template: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(form: String, resourceKey: String, template: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The format of the event target parameter. Valid values: ORIGINAL, TEMPLATE, JSONPATH, CONSTANT.

Link copied to clipboard

The resource parameter of the event target. For more information, see How to use it

Link copied to clipboard
val template: String? = null

The template of the event target parameter.

Link copied to clipboard
val value: String? = null

The value of the event target parameter.