Source code for models_v2.type_28_enum
# -*- coding: utf-8 -*-
[docs]class Type28Enum(object):
"""Implementation of the 'Type28' enum.
Specifies the protection policy type.
Attributes:
REGULAR: TODO: type description here.
INTERNAL: TODO: type description here.
"""
REGULAR = 'Regular'
INTERNAL = 'Internal'