Event Trigger Limits
data class EventTriggerLimits(val eventExpiration: Int? = null, val periods: List<EventTriggerPeriod>? = null)
Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.