models_v2.type_55_enum module

class models_v2.type_55_enum.Type55Enum[source]

Bases: object

Implementation of the ‘Type55’ enum.

TODO: type enum description here.

Attributes:

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

DIRECTORY = 'Directory'
FILE = 'File'