Horse Data
@Serializable
Constructors
Link copied to clipboard
constructor(horse: @Serializable(with = UUIDSerializer::class ) UUID, breeder: @Serializable(with = UUIDSerializer::class ) UUID?, owner: @Serializable(with = UUIDSerializer::class ) UUID?, mother: @Serializable(with = UUIDSerializer::class ) UUID?, father: @Serializable(with = UUIDSerializer::class ) UUID?, history: ArrayList<History>, color: String, style: String, speed: Double, jump: Double, health: Double, name: String?, birthDate: @Serializable(with = KZonedDateTimeSerializer::class ) ZonedDateTime?, lastRecordDate: @Serializable(with = KZonedDateTimeSerializer::class ) ZonedDateTime, deathDate: @Serializable(with = KZonedDateTimeSerializer::class ) ZonedDateTime?)