class documentation

class ListFoldersArgs(bb.Struct): (source)

View In Hierarchy

:ivar sharing.ListFoldersArgs.limit: The maximum number of results to return per request. :ivar sharing.ListFoldersArgs.actions: A list of `FolderAction`s corresponding to `FolderPermission`s that should appear in the response's ``SharedFolderMetadata.permissions`` field describing the actions the authenticated user can perform on the folder.

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, limit=None, actions=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