class documentation

class RelocationBatchArgBase(bb.Struct): (source)

Known subclasses: dropbox.files.MoveBatchArg, dropbox.files.RelocationBatchArg

View In Hierarchy

:ivar files.RelocationBatchArgBase.entries: List of entries to be moved or copied. Each entry is :class:`RelocationPath`. :ivar files.RelocationBatchArgBase.autorename: If there's a conflict with any file, have the Dropbox server try to autorename that file to avoid the conflict.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable autorename Undocumented
Instance Variable entries Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _autorename_value Undocumented
Instance Variable _entries_value Undocumented
def __init__(self, entries=None, autorename=None): (source)
autorename = (source)

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_has_required_fields: bool = (source)
_autorename_value = (source)

Undocumented

_entries_value = (source)

Undocumented