Case

@Serializable
data class Case(val when: List<JsonElement>, val model: ItemModel)

Constructors

Link copied to clipboard
constructor(when: List<JsonElement>, model: ItemModel)

Properties

Link copied to clipboard
Link copied to clipboard
@Serializable(with = ValueOrListSerializer::class)
val when: List<JsonElement>