MaxPerUserPerStreamSetting

@Serializable
data class MaxPerUserPerStreamSetting(val isEnabled: Boolean = false, val maxPerUserPerStream: Int = 0)

Max-per-user-per-stream setting for a CustomReward.

Constructors

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

Properties

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

whether the per-user limit is enabled.

Link copied to clipboard
@SerialName(value = "max_per_user_per_stream")
val maxPerUserPerStream: Int

the maximum number of redemptions per user per stream.