GetEventTriggerResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The timestamp of when the event trigger was created.

Link copied to clipboard
val description: String? = null

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
val lastUpdatedAt: String? = null

The timestamp of when the event trigger was most recently updated.

Link copied to clipboard
val objectTypeName: String? = null

The unique name of the object type.

Link copied to clipboard
val segmentFilter: String? = null

The destination is triggered only for profiles that meet the criteria of a segment definition.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.