# -*- coding: utf-8 -*-
[docs]class RecoveryAction13Enum(object):
"""Implementation of the 'RecoveryAction13' enum.
Specifies the type of recovery action to be performed.
Attributes:
RECOVERMAILBOX: TODO: type description here.
RECOVERONEDRIVE: TODO: type description here.
RECOVERSHAREPOINT: TODO: type description here.
RECOVERPUBLICFOLDERS: TODO: type description here.
"""
RECOVERMAILBOX = 'RecoverMailbox'
RECOVERONEDRIVE = 'RecoverOneDrive'
RECOVERSHAREPOINT = 'RecoverSharePoint'
RECOVERPUBLICFOLDERS = 'RecoverPublicFolders'