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