models.view_time_series_stats module¶
-
class
models.view_time_series_stats.
ViewTimeSeriesStats
(timestamp_msecs=None, value=None)[source]¶ Bases:
object
Implementation of the ‘ViewTimeSeriesStats’ model.
Specifies the View Time Series stats.
- Attributes:
timestamp_msecs (long|int): Specifies the timestamp in milliseconds. value (long|int): Specifies the value of the specified metric at the
timestamp.
-
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.