Cowboy

@Serializable
data class Cowboy(val stage: Int? = null, val hayEaten: Int? = null, val rabbitName: String? = null, val exportedCarrots: Int? = null)

Constructors

Link copied to clipboard
constructor(stage: Int? = null, hayEaten: Int? = null, rabbitName: String? = null, exportedCarrots: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "exported_carrots")
val exportedCarrots: Int? = null
Link copied to clipboard
@SerialName(value = "hay_eaten")
val hayEaten: Int? = null
Link copied to clipboard
@SerialName(value = "rabbit_name")
val rabbitName: String? = null
Link copied to clipboard
val stage: Int? = null