Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.23 KB

File metadata and controls

11 lines (7 loc) · 1.23 KB

PlayerPaginatedResponse

The response from a request to get the list of players. This includes the paging object as well as the collection of players.

Fields

Field Type Required Description
Paging PagingJson ✔️ Represents pagination information for a collection of resources.
Data List<ExistingPlayer> ✔️ Collection of players.