Source code for models_v2.protection_type_10_enum

# -*- coding: utf-8 -*-

[docs]class ProtectionType10Enum(object): """Implementation of the 'ProtectionType10' enum. TODO: type enum description here. Attributes: KMAILBOX: TODO: type description here. KONEDRIVE: TODO: type description here. KSHAREPOINT: TODO: type description here. KPUBLICFOLDERS: TODO: type description here. KGROUPS: TODO: type description here. KTEAMS: TODO: type description here. """ KMAILBOX = 'kMailbox' KONEDRIVE = 'kOneDrive' KSHAREPOINT = 'kSharePoint' KPUBLICFOLDERS = 'kPublicFolders' KGROUPS = 'kGroups' KTEAMS = 'kTeams'