Source code for models_v2.action_3_enum
# -*- coding: utf-8 -*-
[docs]class Action3Enum(object):
"""Implementation of the 'Action3' enum.
Specifies the action on the Object.
Attributes:
ENABLEAPPPROTECTION: TODO: type description here.
DISABLEAPPPROTECTION: TODO: type description here.
"""
ENABLEAPPPROTECTION = 'enableAppProtection'
DISABLEAPPPROTECTION = 'disableAppProtection'