# CompletedGame
## Properties
**white** | [**crate::models::PlayerResult**](PlayerResult.md) | |
**black** | [**crate::models::PlayerResult**](PlayerResult.md) | |
**url** | **String** | URL of this game |
**fen** | **String** | Current FEN |
**pgn** | **String** | Current PGN |
**start_time** | Option<**i32**> | Timestamp of the game start (Daily Chess only) | [optional]
**end_time** | **i32** | Timestamp of the game end |
**rated** | **bool** | Indicates if the game was rated |
**time_control** | **String** | PGN-compliant time control |
**time_class** | **String** | Time-per-move grouping, used for ratings |
**rules** | **String** | Game variant information (e.g., \"chess960\") |
**eco** | Option<**String**> | URL pointing to ECO opening (if available) | [optional]
**tournament** | Option<**String**> | URL pointing to tournament (if available) | [optional]
**_match** | Option<**String**> | URL pointing to team match (if available) | [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)