class documentation

class GetFileMetadataBatchResult(bb.Struct): (source)

View In Hierarchy

Per file results of :meth:`dropbox.dropbox_client.Dropbox.sharing_get_file_metadata_batch`. :ivar sharing.GetFileMetadataBatchResult.file: This is the input file identifier corresponding to one of ``GetFileMetadataBatchArg.files``. :ivar sharing.GetFileMetadataBatchResult.result: The result for this particular file.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable file Undocumented
Instance Variable result Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _file_value Undocumented
Instance Variable _result_value Undocumented
def __init__(self, file=None, result=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

_file_value = (source)

Undocumented

_result_value = (source)

Undocumented