Get Event Trigger Result
data class GetEventTriggerResult(val createdAt: String? = null, val description: String? = null, val eventTriggerConditions: List<EventTriggerCondition>? = null, val eventTriggerLimits: EventTriggerLimits? = null, val lastUpdatedAt: String? = null, val objectTypeName: String? = null, val segmentFilter: String? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(createdAt: String? = null, description: String? = null, eventTriggerConditions: List<EventTriggerCondition>? = null, eventTriggerLimits: EventTriggerLimits? = null, lastUpdatedAt: String? = null, objectTypeName: String? = null, segmentFilter: String? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
The description of the event trigger.
Link copied to clipboard
A list of conditions that determine when an event should trigger the destination.
Link copied to clipboard
Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.
Link copied to clipboard
The timestamp of when the event trigger was most recently updated.
Link copied to clipboard
The unique name of the object type.
Link copied to clipboard
The destination is triggered only for profiles that meet the criteria of a segment definition.