RaidWing

@Serializable
data class RaidWing(val id: String, val events: List<RaidWingEvent>)

Data model for raid wing property

Constructors

Link copied to clipboard
constructor(id: String, events: List<RaidWingEvent>)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String