class documentation

class ListFileMembersBatchArg(bb.Struct): (source)

View In Hierarchy

Arguments for :meth:`dropbox.dropbox_client.Dropbox.sharing_list_file_members_batch`. :ivar sharing.ListFileMembersBatchArg.files: Files for which to return members. :ivar sharing.ListFileMembersBatchArg.limit: Number of members to return max per query. Defaults to 10 if no limit is specified.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable files Undocumented
Instance Variable limit Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _files_value Undocumented
Instance Variable _limit_value Undocumented
def __init__(self, files=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

_files_value = (source)

Undocumented

_limit_value = (source)

Undocumented