EventTriggerObjectAttribute

data class EventTriggerObjectAttribute(val comparisonOperator: EventTriggerObjectAttributeComparisonOperator, val fieldName: String? = null, val source: String? = null, val values: List<String>)

The criteria that a specific object attribute must meet to trigger the destination.

Constructors

Link copied to clipboard
constructor(comparisonOperator: EventTriggerObjectAttributeComparisonOperator, fieldName: String? = null, source: String? = null, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The operator used to compare an attribute against a list of values.

Link copied to clipboard
val fieldName: String? = null

A field defined within an object type.

Link copied to clipboard
val source: String? = null

An attribute contained within a source object.

Link copied to clipboard

A list of attribute values used for comparison.