Event Trigger Period
data class EventTriggerPeriod(val maxInvocationsPerProfile: Int? = null, val unit: EventTriggerPeriodUnit, val unlimited: Boolean? = null, val value: Int)
Defines a limit and the time period during which it is enforced.
Constructors
Link copied to clipboard
constructor(maxInvocationsPerProfile: Int? = null, unit: EventTriggerPeriodUnit, unlimited: Boolean? = null, value: Int)