models.restore_o_365_groups_params module¶
-
class
models.restore_o_365_groups_params.
RestoreO365GroupsParams
(ms_groups_vec=None, restore_to_original=None, target_group=None)[source]¶ Bases:
object
Implementation of the ‘RestoreO365GroupsParams’ model.
- Attributes:
- ms_groups_vec (list of RestoreO365GroupsParams_MSGroupInfo): List of
groups getting restored.
- restore_to_original (bool): Whether or not all groups are restored to
original location.
- target_group (string): Target group in case restore_to_original is
false.
-
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.