# DailyGame
## Properties
**white** | **String** | URL of the white player's profile |
**black** | **String** | URL of the black player's profile |
**url** | **String** | URL of this game |
**fen** | **String** | current FEN |
**pgn** | **String** | current PGN |
**turn** | [**crate::models::Player**](Player.md) | |
**move_by** | Option<**i32**> | timestamp of when the next move must be made | [optional]
**draw_offer** | Option<[**crate::models::Player**](Player.md)> | | [optional]
**last_activity** | **i32** | timestamp of the last activity on the game |
**start_time** | Option<**i32**> | timestamp of the game start (Daily Chess only) | [optional]
**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\") |
**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)