Targeting Rule
@Serializable
Targeting rule.
Constructors
Link copied to clipboard
constructor(conditions: Array<Condition>? = null, percentageOptions: Array<PercentageOption>? = null, servedValue: ServedValue? = null)
Properties
Link copied to clipboard
The list of conditions (where there is a logical AND relation between the items).
Link copied to clipboard
The list of percentage options associated with the targeting rule or {@code null} if the targeting rule has a simple value THEN part.
Link copied to clipboard
The value associated with the targeting rule or {@code null} if the targeting rule has percentage options THEN part.