Source code for models_v2.type_68_enum
# -*- coding: utf-8 -*-
[docs]class Type68Enum(object):
    """Implementation of the 'Type68' enum.
    Specifies category for view.
    Attributes:
        BACKUPTARGET: TODO: type description here.
        FILESERVICES: TODO: type description here.
        OBJECTSERVICES: TODO: type description here.
    """
    BACKUPTARGET = 'BackupTarget'
    FILESERVICES = 'FileServices'
    OBJECTSERVICES = 'ObjectServices'