models_v2.documents_filter_type_enum module

class models_v2.documents_filter_type_enum.DocumentsFilterTypeEnum[source]

Bases: object

Implementation of the ‘DocumentsFilterType’ enum.

Enumeration of all the document filter option.

Attributes:

NONE: TODO: type description here. ID: TODO: type description here. CONTENT: TODO: type description here.

CONTENT = 'CONTENT'
ID = 'ID'
NONE = 'NONE'