class documentation

class ExportArg(bb.Struct): (source)

View In Hierarchy

:ivar files.ExportArg.path: The path of the file to be exported. :ivar files.ExportArg.export_format: The file format to which the file should be exported. This must be one of the formats listed in the file's export_options returned by :meth:`dropbox.dropbox_client.Dropbox.files_get_metadata`. If none is specified, the default format (specified in export_as in file metadata) will be used.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable export_format Undocumented
Instance Variable path Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _export_format_value Undocumented
Instance Variable _path_value Undocumented
def __init__(self, path=None, export_format=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

export_format = (source)

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_export_format_value = (source)

Undocumented

_path_value = (source)

Undocumented