GetListenerRuleActionForward

data class GetListenerRuleActionForward(val stickiness: GetListenerRuleActionForwardStickiness? = null, val targetGroups: List<GetListenerRuleActionForwardTargetGroup>? = null) : ConvertibleToJava<GetListenerRuleActionForward>

Constructors

Link copied to clipboard
constructor(stickiness: GetListenerRuleActionForwardStickiness? = null, targetGroups: List<GetListenerRuleActionForwardTargetGroup>? = null)

Properties

Link copied to clipboard

Target group stickiness for the rule. Detailed below.

Link copied to clipboard

Set of target groups for the action. Detailed below.

Functions

Link copied to clipboard
open override fun toJava(): GetListenerRuleActionForward