class documentation

class SaveCopyReferenceArg(bb.Struct): (source)

View In Hierarchy

:ivar files.SaveCopyReferenceArg.copy_reference: A copy reference returned by :meth:`dropbox.dropbox_client.Dropbox.files_copy_reference_get`. :ivar files.SaveCopyReferenceArg.path: Path in the user's Dropbox that is the destination.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

copy_reference = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_copy_reference_value = (source)

Undocumented

_path_value = (source)

Undocumented