Source code for models_v2.granularity_type_enum

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

[docs]class GranularityTypeEnum(object): """Implementation of the 'GranularityType' enum. Specifies type of granular restore. Attributes: KPDB: TODO: type description here. """ KPDB = 'kPDB'