RaidWingEvent

@Serializable
data class RaidWingEvent(val id: String, val type: String)

Data model for raid wing event object

Constructors

Link copied to clipboard
constructor(id: String, type: String)

Properties

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