models.restore_o_365_groups_params_group_granular_params module¶
-
class
models.restore_o_365_groups_params_group_granular_params.
RestoreO365GroupsParams_GroupGranularParams
(group_id=None, group_mbx_params=None, restore_site_params=None)[source]¶ Bases:
object
Implementation of the ‘RestoreO365GroupsParams_GroupGranularParams’ model.
Proto to capture the restore details of a Group.
- Attributes:
group_id (string): The Unique ID of the group. group_mbx_params (RestoreOutlookParams): The restore details of the
group mailbox.
restore_site_params (RestoreSiteParams): Unread Notification group_id.
-
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.