models_v2.document_filter_type_enum module

class models_v2.document_filter_type_enum.DocumentFilterTypeEnum[source]

Bases: object

Implementation of the ‘DocumentFilterType’ enum.

Specifies the filter type for Documents to be restored.

Attributes:

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

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