UpdateRewardRequest

constructor(title: String? = null, cost: Int? = null, prompt: String? = null, isEnabled: Boolean? = null, backgroundColor: String? = null, isUserInputRequired: Boolean? = null, isMaxPerStreamEnabled: Boolean? = null, maxPerStream: Int? = null, isMaxPerUserPerStreamEnabled: Boolean? = null, maxPerUserPerStream: Int? = null, isGlobalCooldownEnabled: Boolean? = null, globalCooldownSeconds: Int? = null, shouldRedemptionsSkipRequestQueue: Boolean? = null, isPaused: Boolean? = null)