class documentation

class ListUsersOnFolderResponse(bb.Struct): (source)

View In Hierarchy

:ivar paper.ListUsersOnFolderResponse.invitees: List of email addresses that are invited on the Paper folder. :ivar paper.ListUsersOnFolderResponse.users: List of users that are invited on the Paper folder. :ivar paper.ListUsersOnFolderResponse.cursor: Pass the cursor into :meth:`dropbox.dropbox_client.Dropbox.paper_docs_folder_users_list_continue` to paginate through all users. The cursor preserves all properties as specified in the original call to :meth:`dropbox.dropbox_client.Dropbox.paper_docs_folder_users_list`. :ivar paper.ListUsersOnFolderResponse.has_more: Will be set to True if a subsequent call with the provided cursor to :meth:`dropbox.dropbox_client.Dropbox.paper_docs_folder_users_list_continue` returns immediately with some results. If set to False please allow some delay before making another call to :meth:`dropbox.dropbox_client.Dropbox.paper_docs_folder_users_list_continue`.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable cursor Undocumented
Instance Variable has_more Undocumented
Instance Variable invitees Undocumented
Instance Variable users Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _cursor_value Undocumented
Instance Variable _has_more_value Undocumented
Instance Variable _invitees_value Undocumented
Instance Variable _users_value Undocumented
def __init__(self, invitees=None, users=None, cursor=None, has_more=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

has_more = (source)

Undocumented

invitees = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_cursor_value = (source)

Undocumented

_has_more_value = (source)

Undocumented

_invitees_value = (source)

Undocumented

_users_value = (source)

Undocumented