EventTriggerPeriod

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum allowed number of destination invocations per profile.

Link copied to clipboard

The unit of time.

Link copied to clipboard
val unlimited: Boolean? = null

If set to true, there is no limit on the number of destination invocations per profile. The default is false.

Link copied to clipboard
val value: Int

The amount of time of the specified unit.