models.ad_restore_status module¶
-
class
models.ad_restore_status.
ADRestoreStatus
(object_info=None, status=None)[source]¶ Bases:
object
Implementation of the ‘ADRestoreStatus’ model.
Represents AD restore status for object/attribute recovery. Each ADRestoreStatus entry will contain object_info: information about the object getting restored and status: status of the restore operation. object_info is used to generate the audit information of the AD restore operations.
- Attributes:
- object_info (CompareADObjectsResultADObject): TODO: type description
here.
status (ADObjectRestoreStatus): TODO: type description here.
-
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.