class documentation

class ListPaperDocsFilterBy(bb.Union): (source)

View In Hierarchy

This class acts as a tagged union. Only one of the ``is_*`` methods will return true. To get the associated value of a tag (if one exists), use the corresponding ``get_*`` method. :ivar paper.ListPaperDocsFilterBy.docs_accessed: Fetches all Paper doc IDs that the user has ever accessed. :ivar paper.ListPaperDocsFilterBy.docs_created: Fetches only the Paper doc IDs that the user has created.

Method is_docs_accessed Check if the union tag is ``docs_accessed``.
Method is_docs_created Check if the union tag is ``docs_created``.
Method is_other Check if the union tag is ``other``.
Class Variable docs_accessed Undocumented
Class Variable docs_created Undocumented
Class Variable other Undocumented
Method _process_custom_annotations Undocumented
Class Variable _catch_all Undocumented
def is_docs_accessed(self): (source)

Check if the union tag is ``docs_accessed``. :rtype: bool

def is_docs_created(self): (source)

Check if the union tag is ``docs_created``. :rtype: bool

def is_other(self): (source)

Check if the union tag is ``other``. :rtype: bool

docs_accessed = (source)

Undocumented

docs_created = (source)

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_catch_all: str = (source)

Undocumented