models_v2.object_ms_team_param module

class models_v2.object_ms_team_param.ObjectMsTeamParam(recover_object=None, ms_team_param=None)[source]

Bases: object

Implementation of the ‘ObjectMsTeamParam’ model.

Specifies recovery parameters associated with a Microsoft 365 Team.

Attributes:
recover_object (RecoverObject2): Specifies the Microsoft 365 Team

recover object info.

ms_team_param (MsTeamParam2): Specifies parameters to recover a

Microsoft 365 Team.

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.