models_v2.type_14_enum module

class models_v2.type_14_enum.Type14Enum[source]

Bases: object

Implementation of the ‘Type14’ enum.

Specifies the file type.

Attributes:

FILE: TODO: type description here. DIRECTORY: TODO: type description here. SYMLINK: TODO: type description here.

DIRECTORY = 'Directory'
FILE = 'File'