models.get_objects_details_result module

class models.get_objects_details_result.GetObjectsDetailsResult(end_time_msecs=None, entity_env=None, entity_id=None, entity_name=None, job_id=None, job_run_id=None, job_type=None, start_time_msecs=None, status=None)[source]

Bases: object

Implementation of the ‘GetObjectsDetailsResult’ model.

TODO: type model description here.

Attributes:

end_time_msecs (long|int): Specifies the end time of the run. entity_env (long|int): Specifies the entity environment of the

object.

entity_id (long|int): Specifies the entity id of the object. entity_name (string): Specifies the name of the entity. job_id (string): Specifies the job id. job_run_id (string): Specifies the job run id. job_type (string): Specifies the job type, protection, replication,

archival, apollo, indexing etc.

start_time_msecs (long|int): Specifies the start time of the run. status (long|int): Specifies status of the object run.

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.