Match
data class Match(val id: String, val titleId: String, val platform: Platform, val isCustomMatch: Boolean, val matchType: MatchType, val gameMode: MatchGameMode, val mapName: Map, val seasonState: SeasonState, val createdAt: Instant, val duration: Int, val participants: List<MatchParticipant>)
Constructors
Link copied to clipboard
constructor(id: String, titleId: String, platform: Platform, isCustomMatch: Boolean, matchType: MatchType, gameMode: MatchGameMode, mapName: Map, seasonState: SeasonState, createdAt: Instant, duration: Int, participants: List<MatchParticipant>)