puddle-farm-api-client_openapi_client 1.1.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# PlayerResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i64**> | Player's ID | [optional]
**name** | Option<**String**> | Player's name | [optional]
**ratings** | Option<[**Vec<models::PlayerResponsePlayer>**]PlayerResponsePlayer.md> | Player's ratings for each character | [optional]
**platform** | Option<**String**> | Player's platform (PS, XB, PC) | [optional]
**status** | Option<**String**> | Player's status (Public, Private, Cheater) | [optional]
**top_global** | Option<**i32**> | Player's top global rank | [optional]
**tags** | Option<[**Vec<models::TagResponse>**]TagResponse.md> | Player's tags (awards, titles, etc.) | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)