PredictionOutcome

@Serializable
data class PredictionOutcome(val id: String = "", val title: String = "", val color: String = "", val users: Int = 0, val channelPoints: Int = 0, val topPredictors: List<TopPredictor>? = null)

Constructors

Link copied to clipboard
constructor(id: String = "", title: String = "", color: String = "", users: Int = 0, channelPoints: Int = 0, topPredictors: List<TopPredictor>? = null)

Properties

Link copied to clipboard
@SerialName(value = "channel_points")
val channelPoints: Int
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "top_predictors")
val topPredictors: List<TopPredictor>?
Link copied to clipboard
val users: Int