models.trending_data module¶
-
class
models.trending_data.
TrendingData
(cancelled=None, failed=None, running=None, successful=None, total=None, trend_name=None, trend_start_time_usecs=None)[source]¶ Bases:
object
Implementation of the ‘TrendingData’ model.
Specifies protection runs information per object, aggregated over a period of time.
- Attributes:
cancelled (long|int): Specifies number of cancelled runs. failed (long|int): Specifies number of failed runs. running (long|int): Specifies number of in-progress runs. successful (long|int): Specifies number of successful runs. total (long|int): Specifies total number of runs. trend_name (string): Specifies trend name. This is start of the
day/week/month.
- trend_start_time_usecs (long|int): Specifies start of the
day/week/month in micro seconds
-
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.