Source code for models_v2.type_72_enum

# -*- coding: utf-8 -*-

[docs]class Type72Enum(object): """Implementation of the 'type72' enum. TODO: type enum description here. Attributes: REGULAR: TODO: type description here. INTERNAL: TODO: type description here. """ REGULAR = 'Regular' INTERNAL = 'Internal'