models_v2.mode_1_enum module¶
-
class
models_v2.mode_1_enum.
Mode1Enum
[source]¶ Bases:
object
Implementation of the ‘Mode1’ enum.
The mode applied to the list of file extensions ‘Whitelist’ indicates a whitelist extension filter. ‘Blacklist’ indicates a blacklist extension filter.
- Attributes:
WHITELIST: TODO: type description here. BLACKLIST: TODO: type description here.
-
BLACKLIST
= 'Blacklist'¶
-
WHITELIST
= 'Whitelist'¶