# DailyGame ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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)