Player

data class Player(val id: String, val banType: BanType, val clanId: String?, val name: String, val titleId: String, val shardId: String, val patchVersion: String?, val matches: List<PlayerMatch>)

Player objects contain information about a player and a list of their recent matches (up to 14 days old). Note: player objects are specific to platform shards.

Constructors

Link copied to clipboard
constructor(id: String, banType: BanType, clanId: String?, name: String, titleId: String, shardId: String, patchVersion: String?, matches: List<PlayerMatch>)

Properties

Link copied to clipboard

PUBG Ban type

Link copied to clipboard

PUBG Clan id

Link copied to clipboard
val id: String

Player id

Link copied to clipboard

Player recent matches (up to 14 days old)

Link copied to clipboard

PUBG IGN

Link copied to clipboard

Version of the game

Link copied to clipboard

PUBG Platform/Shard

Link copied to clipboard

Identifies the studio and game