models_v2.stats module¶
-
class
models_v2.stats.
Stats
(id=None, data_usage_stats=None)[source]¶ Bases:
object
Implementation of the ‘Stats’ model.
Specifies statistics about the View.
- Attributes:
id (long|int): Specifies the id of the View. data_usage_stats (DataUsageStats): Specifies the data usage metric of
the data stored in this View.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.