Source code for models_v2.view_category_enum
# -*- coding: utf-8 -*-
[docs]class ViewCategoryEnum(object):
"""Implementation of the 'ViewCategory' enum.
Deprecated. Use category defined in viewParams instead.
Attributes:
BACKUPTARGET: TODO: type description here.
FILESERVICES: TODO: type description here.
OBJECTSERVICES: TODO: type description here.
"""
BACKUPTARGET = 'BackupTarget'
FILESERVICES = 'FileServices'
OBJECTSERVICES = 'ObjectServices'