Source code for models_v2.type_49_enum

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

[docs]class Type49Enum(object): """Implementation of the 'Type49' enum. Specifies the bulk action type. Attributes: LINK: TODO: type description here. UNLINK: TODO: type description here. """ LINK = 'Link' UNLINK = 'UnLink'