Source code for models_v2.worm_retention_enum

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

[docs]class WormRetentionEnum(object): """Implementation of the 'WormRetention' enum. Specifies Worm Retention type. Attributes: COMPLIANCE: TODO: type description here. ADMINISTRATIVE: TODO: type description here. """ COMPLIANCE = 'Compliance' ADMINISTRATIVE = 'Administrative'