TriggerRuleOccurrence

@Serializable
data class TriggerRuleOccurrence(val key: String, var maxCount: Int, val rawInterval: RawInterval)(source)

Constructors

Link copied to clipboard
constructor(key: String, maxCount: Int, rawInterval: RawInterval)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
sealed class Interval

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "key")
val key: String
Link copied to clipboard
@SerialName(value = "max_count")
var maxCount: Int
Link copied to clipboard
@SerialName(value = "interval")
val rawInterval: RawInterval