MaxPerStreamSetting

@Serializable
data class MaxPerStreamSetting(val isEnabled: Boolean = false, val maxPerStream: Int = 0)

Max-per-stream setting for a CustomReward.

Constructors

Link copied to clipboard
constructor(isEnabled: Boolean = false, maxPerStream: Int = 0)

Properties

Link copied to clipboard
@SerialName(value = "is_enabled")
val isEnabled: Boolean

whether the stream limit is enabled.

Link copied to clipboard
@SerialName(value = "max_per_stream")
val maxPerStream: Int

the maximum number of redemptions allowed per live stream.