puddle-farm-api-client_openapi_client 1.0.0

API for Puddle Farm (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
# PlayerResponsePlayer

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**rating** | Option<**f32**> | Player's rating for the character | [optional]
**deviation** | Option<**f32**> | Player's rating deviation for the character | [optional]
**char_short** | Option<**String**> | Short name of the character (e.g., \"SO\" for Sol) | [optional]
**character** | Option<**String**> | Full name of the character | [optional]
**match_count** | Option<**i32**> | Number of matches played with the character | [optional]
**top_char** | Option<**i32**> | Player's top rank for the character | [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)