AppLimits

data class AppLimits(val daily: Int? = null, val maximumDuration: Int? = null, val messagesPerSecond: Int? = null, val total: Int? = null)

Constructors

Link copied to clipboard
constructor(daily: Int? = null, maximumDuration: Int? = null, messagesPerSecond: Int? = null, total: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val daily: Int? = null

The maximum number of messages that the campaign can send daily.

Link copied to clipboard
val maximumDuration: Int? = null

The length of time (in seconds) that the campaign can run before it ends and message deliveries stop. This duration begins at the scheduled start time for the campaign. The minimum value is 60.

Link copied to clipboard
val messagesPerSecond: Int? = null

The number of messages that the campaign can send per second. The minimum value is 50, and the maximum is 20000.

Link copied to clipboard
val total: Int? = null

The maximum total number of messages that the campaign can send.