JourneyTimeframeCap

The number of messages that can be sent to an endpoint during the specified timeframe for all journeys.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cap: Int?

The maximum number of messages that all journeys can send to an endpoint during the specified timeframe. The maximum value is 100. If set to 0, this limit will not apply.

Link copied to clipboard
val days: Int?

The length of the timeframe in days. The maximum value is 30. If set to 0, this limit will not apply.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String