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
18
# PlayerRankResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rank** | Option<**i32**> | Player's rank | [optional]
**id** | Option<**i64**> | Player's ID | [optional]
**name** | Option<**String**> | Player's name | [optional]
**rating** | Option<**f32**> | Player's rating | [optional]
**deviation** | Option<**f32**> | Player's rating deviation | [optional]
**char_short** | Option<**String**> | Short name of the character | [optional]
**char_long** | Option<**String**> | Full name of the character | [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)