class documentation

class ListSharedLinksArg(bb.Struct): (source)

View In Hierarchy

:ivar sharing.ListSharedLinksArg.path: See :meth:`dropbox.dropbox_client.Dropbox.sharing_list_shared_links` description. :ivar sharing.ListSharedLinksArg.cursor: The cursor returned by your last call to :meth:`dropbox.dropbox_client.Dropbox.sharing_list_shared_links`. :ivar sharing.ListSharedLinksArg.direct_only: See :meth:`dropbox.dropbox_client.Dropbox.sharing_list_shared_links` description.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable cursor Undocumented
Instance Variable direct_only Undocumented
Instance Variable path Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _cursor_value Undocumented
Instance Variable _direct_only_value Undocumented
Instance Variable _path_value Undocumented
def __init__(self, path=None, cursor=None, direct_only=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

direct_only = (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

_direct_only_value = (source)

Undocumented

_path_value = (source)

Undocumented