models_v2.unit_7_enum module

class models_v2.unit_7_enum.Unit7Enum[source]

Bases: object

Implementation of the ‘Unit7’ enum.

Specificies the Retention Unit of a CDP backup measured in minutes or hours.

Attributes:

MINUTES: TODO: type description here. HOURS: TODO: type description here.

HOURS = 'Hours'
MINUTES = 'Minutes'