class documentation

class GetFileMetadataBatchArg(bb.Struct): (source)

View In Hierarchy

Arguments of :meth:`dropbox.dropbox_client.Dropbox.sharing_get_file_metadata_batch`. :ivar sharing.GetFileMetadataBatchArg.files: The files to query. :ivar sharing.GetFileMetadataBatchArg.actions: A list of `FileAction`s corresponding to `FilePermission`s that should appear in the response's ``SharedFileMetadata.permissions`` field describing the actions the authenticated user can perform on the file.

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

_files_value = (source)

Undocumented