# ChessStatsRecord
## Properties
**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)