EventHoldDuration

Contains the event hold duration configuration, specified in either days or years.

Types

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

Properties

Link copied to clipboard
val days: Int?

The number of days for the event hold duration. The minimum value is 1 and the maximum value is 36,500.

Link copied to clipboard
val years: Int?

The number of years for the event hold duration. The minimum value is 1 and the maximum value is 100.

Functions

Link copied to clipboard
inline fun copy(block: EventHoldDuration.Builder.() -> Unit = {}): EventHoldDuration
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