models.ad_guid_pair_ad_attribute_restore_param module

class models.ad_guid_pair_ad_attribute_restore_param.ADGuidPairADAttributeRestoreParam(destination=None, source=None)[source]

Bases: object

Implementation of the ‘ADGuidPair_ADAttributeRestoreParam’ model.

TODO: type model description here.

Attributes:
destination (string): Destination guid in production AD object

corresponding to source. If empty, it assumed to be ‘source’ guid.

source (string): Source guid string of an AD object in mounted AD

snapshot. This cannot be empty.

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.