chesscom-openapi 0.1.1

OpenAPI-generated API client bindings for Chess.com
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ChessStatsRecord

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**win** | **i32** | Number of games won | 
**loss** | **i32** | Number of games lost | 
**draw** | **i32** | Number of games drawn | 
**time_per_move** | Option<**i32**> | Number of seconds per average move | [optional]
**timeout_percent** | Option<**f32**> | Timeout percentage in the last 90 days | [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)