class documentation

class UploadSessionFinishArg(bb.Struct): (source)

View In Hierarchy

:ivar files.UploadSessionFinishArg.cursor: Contains the upload session ID and the offset. :ivar files.UploadSessionFinishArg.commit: Contains the path and other optional modifiers for the commit. :ivar files.UploadSessionFinishArg.content_hash: A hash of the file content uploaded in this call. If provided and the uploaded content does not match this hash, an error will be returned. For more information see our `Content hash <https://www.dropbox.com/developers/reference/content-hash>`_ page.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable commit Undocumented
Instance Variable content_hash Undocumented
Instance Variable cursor Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _commit_value Undocumented
Instance Variable _content_hash_value Undocumented
Instance Variable _cursor_value Undocumented
def __init__(self, cursor=None, commit=None, content_hash=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

content_hash = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_commit_value = (source)

Undocumented

_content_hash_value = (source)

Undocumented

_cursor_value = (source)

Undocumented