models.view_stats module

class models.view_stats.ViewStats(data_usage_stats=None, id=None)[source]

Bases: object

Implementation of the ‘ViewStats’ model.

Provides statistics about the View.

Attributes:
data_usage_stats (DataUsageStats): Specifies the data usage

metric of the data stored in this View.

id (long|int): Specifies the id of the 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.