models.ad_update_restore_task_options module

class models.ad_update_restore_task_options.ADUpdateRestoreTaskOptions(object_attributes_param=None, object_param=None, mtype=None)[source]

Bases: object

Implementation of the ‘ADUpdateRestoreTaskOptions’ model.

TODO: type model description here.

Attributes:
object_attributes_param (ADAttributeRestoreParam): TODO: type

description here.

object_param (ADObjectRestoreParam): TODO: type description here. mtype (int): Specifies the AD restore request type.

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.