models.restore_o_365_teams_params module

class models.restore_o_365_teams_params.RestoreO365TeamsParams(ms_teams_vec=None, restore_to_original=None)[source]

Bases: object

Implementation of the ‘RestoreO365TeamsParams’ model.

Attributes:
ms_teams_vec (list of RestoreO365TeamsParams_MSTeamInfo): List of teams

getting restored.

restore_to_original (bool): Whether or not all teams are restored to

original location.

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.