Source code for models_v2.type_1_enum

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

[docs]class Type1Enum(object): """Implementation of the 'Type1' enum. Specifies the type of the mapping. Attributes: RID: TODO: type description here. FIXED: TODO: type description here. """ RID = 'Rid' FIXED = 'Fixed'