class documentation

class CreateFolderArg(bb.Struct): (source)

View In Hierarchy

:ivar files.CreateFolderArg.path: Path in the user's Dropbox to create. :ivar files.CreateFolderArg.autorename: If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

autorename = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_autorename_value = (source)

Undocumented

_path_value = (source)

Undocumented