new PlayerSeason()
An API returned player season object
- Source:
Members
attributes :Object
Attributes of the PlayerSeason
Properties:
Name | Type | Description |
---|---|---|
attributes.gameModeStats |
Object
|
An object full of all game mode types being `duo`, `duoFPP`, `solo`, `soloFPP`, `squad`, `squadFPP` |
- Source:
Type:
-
Object
relationships :Object
Relationships of the PlayerSeason
Properties:
Name | Type | Description |
---|---|---|
relationships.player |
Player
|
Player of the PlayerSeason |
relationships.matchesSolo |
Array.<Match>
|
All solo matches played during the season by the player |
relationships.matchesSoloFPP |
Array.<Match>
|
All solo-fpp matches played during the season by the player |
relationships.matchesDuo |
Array.<Match>
|
All duo matches played during the season by the player |
relationships.matchesDuoFPP |
Array.<Match>
|
All duo-fpp matches played during the season by the player |
relationships.matchesSquad |
Array.<Match>
|
All squad matches played during the season by the player |
relationships.matchesSquadFPP |
Array.<Match>
|
All squad-fpp matches played during the season by the player |
relationships.season |
Season
|
All solo matches played during the season by the player |
- Source:
Type:
-
Object