models.time_range_settings module¶
-
class
models.time_range_settings.
TimeRangeSettings
(end_time_usecs=None, job_uid=None, start_time_usecs=None)[source]¶ Bases:
object
Implementation of the ‘TimeRangeSettings’ model.
Specifies the time range struct.
- Attributes:
- end_time_usecs (long|int): Specifies the end time specified as a Unix
epoch Timestamp (in microseconds).
- job_uid (UniversalId): Specifies an id for an object that is unique
across Cohesity Clusters. The id is composite of all the ids listed below.
- start_time_usecs (long|int): Specifies the start time specified as a
Unix epoch Timestamp (in microseconds).
-
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.