Source code for models_v2.data_lock_1_enum
# -*- coding: utf-8 -*-
[docs]class DataLock1Enum(object):
"""Implementation of the 'DataLock1' enum.
This field is now deprecated. Please use the DataLockConfig in the backup
retention.
Attributes:
COMPLIANCE: TODO: type description here.
ADMINISTRATIVE: TODO: type description here.
"""
COMPLIANCE = 'Compliance'
ADMINISTRATIVE = 'Administrative'