Source code for models_v2.type_12_enum

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

[docs]class Type12Enum(object): """Implementation of the 'Type12' enum. Specifies the scope type. Attributes: PROJECT: TODO: type description here. DOMAIN: TODO: type description here. """ PROJECT = 'Project' DOMAIN = 'Domain'