puddle-farm-api-client_openapi_client 1.1.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# PopularityResult

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**per_player** | Option<[**Vec<models::PopularityResultChar>**]PopularityResultChar.md> | Character popularity per player | [optional]
**per_character** | Option<[**Vec<models::PopularityResultChar>**]PopularityResultChar.md> | Character popularity per character | [optional]
**per_player_total** | Option<**i64**> | Total number of players for popularity calculation | [optional]
**per_character_total** | Option<**i64**> | Total number of characters for popularity calculation | [optional]
**last_update** | Option<**String**> | Timestamp of the last update | [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)