puddle-farm-api-client_openapi_client 1.1.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# StatsResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**timestamp** | Option<**String**> | Timestamp of the last update | [optional]
**total_games** | Option<**i64**> | Total number of games played | [optional]
**one_month_games** | Option<**i64**> | Number of games played in the last month | [optional]
**one_week_games** | Option<**i64**> | Number of games played in the last week | [optional]
**one_day_games** | Option<**i64**> | Number of games played in the last day | [optional]
**one_hour_games** | Option<**i64**> | Number of games played in the last hour | [optional]
**total_players** | Option<**i64**> | Total number of players | [optional]
**one_month_players** | Option<**i64**> | Number of players in the last month | [optional]
**one_week_players** | Option<**i64**> | Number of players in the last week | [optional]
**one_day_players** | Option<**i64**> | Number of players in the last day | [optional]
**one_hour_players** | Option<**i64**> | Number of players in the last hour | [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)