class documentation

class GetTemporaryUploadLinkArg(bb.Struct): (source)

View In Hierarchy

:ivar files.GetTemporaryUploadLinkArg.commit_info: Contains the path and other optional modifiers for the future upload commit. Equivalent to the parameters provided to :meth:`dropbox.dropbox_client.Dropbox.files_upload`. :ivar files.GetTemporaryUploadLinkArg.duration: How long before this link expires, in seconds. Attempting to start an upload with this link longer than this period of time after link creation will result in an error.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable commit_info Undocumented
Instance Variable duration Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _commit_info_value Undocumented
Instance Variable _duration_value Undocumented
def __init__(self, commit_info=None, duration=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

commit_info = (source)

Undocumented

duration = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_commit_info_value = (source)

Undocumented

_duration_value = (source)

Undocumented