class documentation

class ListFolderMembersCursorArg(bb.Struct): (source)

Known subclasses: dropbox.sharing.ListFolderMembersArgs

View In Hierarchy

:ivar sharing.ListFolderMembersCursorArg.actions: This is a list indicating whether each returned member will include a boolean value ``MemberPermission.allow`` that describes whether the current user can perform the MemberAction on the member. :ivar sharing.ListFolderMembersCursorArg.limit: The maximum number of results that include members, groups and invitees to return per request.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable actions Undocumented
Instance Variable limit Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _actions_value Undocumented
Instance Variable _limit_value Undocumented
def __init__(self, actions=None, limit=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_actions_value = (source)

Undocumented

_limit_value = (source)

Undocumented