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>)

Properties

Link copied to clipboard

Time this match object was stored in the API

Link copied to clipboard

Length of the match measured in seconds

Link copied to clipboard

Game Mode

Link copied to clipboard
val id: String

Match id (e.g: a131e486-5bcf-4c2e-aa5a-515489ee57aa)

Link copied to clipboard

If the match is custom or not

Link copied to clipboard

Map of the match

Link copied to clipboard

Match type

Link copied to clipboard

List of participants of this match

Link copied to clipboard

The shard/platform

Link copied to clipboard

The state of the season

Link copied to clipboard

Title id (e.g: bluehole-pubg)