Source code for models.exclude_office_365_type_enum

# -*- coding: utf-8 -*-
# Copyright 2021 Cohesity Inc.

[docs]class ExcludeOffice365TypeEnum(object): """Implementation of the 'excludeOffice365Type' enum. TODO: type enum description here. Attributes: KDOMAIN: TODO: type description here. KOUTLOOK: TODO: type description here. KMAILBOX: TODO: type description here. """ KDOMAIN = 'kDomain' KOUTLOOK = 'kOutlook' KMAILBOX = 'kMailbox'