class documentation

class RelocationPath(bb.Struct): (source)

Known subclasses: dropbox.files.RelocationArg

View In Hierarchy

:ivar files.RelocationPath.from_path: Path in the user's Dropbox to be copied or moved. :ivar files.RelocationPath.to_path: Path in the user's Dropbox that is the destination.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable from_path Undocumented
Instance Variable to_path Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _from_path_value Undocumented
Instance Variable _to_path_value Undocumented
def __init__(self, from_path=None, to_path=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

from_path = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_from_path_value = (source)

Undocumented

_to_path_value = (source)

Undocumented