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.