models_v2.condition_1_enum module

class models_v2.condition_1_enum.Condition1Enum[source]

Bases: object

Implementation of the ‘Condition1’ enum.

Specifies the condition for the file age.

Attributes:

OLDERTHAN: TODO: type description here. LASTACCESSED: TODO: type description here. LASTMODIFIED: TODO: type description here.

LASTACCESSED = 'LastAccessed'
LASTMODIFIED = 'LastModified'
OLDERTHAN = 'OlderThan'