class documentation

class ExportMetadata(bb.Struct): (source)

View In Hierarchy

:ivar files.ExportMetadata.name: The last component of the path (including extension). This never contains a slash. :ivar files.ExportMetadata.size: The file size in bytes. :ivar files.ExportMetadata.export_hash: A hash based on the exported file content. This field can be used to verify data integrity. Similar to content hash. For more information see our `Content hash <https://www.dropbox.com/developers/reference/content-hash>`_ page. :ivar files.ExportMetadata.paper_revision: If the file is a Paper doc, this gives the latest doc revision which can be used in :meth:`dropbox.dropbox_client.Dropbox.files_paper_update`.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable export_hash Undocumented
Instance Variable name Undocumented
Instance Variable paper_revision Undocumented
Instance Variable size Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _export_hash_value Undocumented
Instance Variable _name_value Undocumented
Instance Variable _paper_revision_value Undocumented
Instance Variable _size_value Undocumented
def __init__(self, name=None, size=None, export_hash=None, paper_revision=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

export_hash = (source)

Undocumented

Undocumented

paper_revision = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_export_hash_value = (source)

Undocumented

_name_value = (source)

Undocumented

_paper_revision_value = (source)

Undocumented

_size_value = (source)

Undocumented