models.ad_object_restore_information module

class models.ad_object_restore_information.AdObjectRestoreInformation(attribute_restore_info=None, error_message=None, name=None, start_time_usecs=None, time_taken_msecs=None)[source]

Bases: object

Implementation of the ‘AdObjectRestoreInformation’ model.

Represents the details about the restore of the AD object.

Attributes:
attribute_restore_info (list of AttributeRestoreInformation):

Specifies the list of attributes of the AD object whose restore failed.

error_message (string): Specifies the error message while restoring

the AD Object.

name (string): Specifies the name of the AD object. start_time_usecs (long|int): Specifies the start time of the restore

of the AD object specified as a Unix epoch Timestamp(in microseconds).

time_taken_msecs (int): Specifies the time taken for restore of AD

Object and its attributes in milliseconds.

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.