# PlayerResponsePlayer
## Properties
**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]
**top_defeated** | Option<[**models::TopDefeated**](TopDefeated.md)> | | [optional]
**top_rating** | Option<[**models::TopRating**](TopRating.md)> | | [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)