class documentation

class ListUsersOnFolderArgs(RefPaperDoc): (source)

View In Hierarchy

:ivar paper.ListUsersOnFolderArgs.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.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable limit Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields 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): (source)

Undocumented

Undocumented

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

Undocumented