class documentation

class ListUsersOnPaperDocArgs(RefPaperDoc): (source)

View In Hierarchy

:ivar paper.ListUsersOnPaperDocArgs.limit: Size limit per batch. The maximum number of users that can be retrieved per batch is 1000. Higher value results in invalid arguments error. :ivar paper.ListUsersOnPaperDocArgs.filter_by: Specify this attribute if you want to obtain users that have already accessed the Paper doc.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable filter_by Undocumented
Instance Variable limit Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _filter_by_value Undocumented
Instance Variable _limit_value Undocumented

Inherited from RefPaperDoc:

Instance Variable doc_id Undocumented
Instance Variable _doc_id_value Undocumented
def __init__(self, doc_id=None, limit=None, filter_by=None): (source)

Undocumented

filter_by = (source)

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_has_required_fields: bool = (source)
_filter_by_value = (source)

Undocumented

_limit_value = (source)

Undocumented