Source code for models_v2.type_64_enum

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

[docs]class Type64Enum(object): """Implementation of the 'Type64' enum. Specifies the data tiering task type. Attributes: DOWNTIER: TODO: type description here. UPTIER: TODO: type description here. """ DOWNTIER = 'Downtier' UPTIER = 'Uptier'