models_v2.recover_ms_team_params module

class models_v2.recover_ms_team_params.RecoverMsTeamParams(objects=None, target_ms_team=None, continue_on_error=None)[source]

Bases: object

Implementation of the ‘RecoverMsTeamParams’ model.

Specifies the parameters to recover Microsoft 365 Teams.

Attributes:
objects (list of ObjectMsTeamParam): Specifies a list of Microsoft 365

Teams params associated with objects to recover.

target_ms_team (TargetMsTeamParam): Specifies the target Team to

recover to. If not specified, the objects will be recovered to original location.

continue_on_error (bool): Specifies whether to continue recovering

other teams, if some of the teams fail to recover. Default value 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.