class documentation

class CreateFolderBatchArg(bb.Struct): (source)

View In Hierarchy

:ivar files.CreateFolderBatchArg.paths: List of paths to be created in the user's Dropbox. Duplicate path arguments in the batch are considered only once. :ivar files.CreateFolderBatchArg.autorename: If there's a conflict, have the Dropbox server try to autorename the folder to avoid the conflict. :ivar files.CreateFolderBatchArg.force_async: Whether to force the create to happen asynchronously.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable autorename Undocumented
Instance Variable force_async Undocumented
Instance Variable paths Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _autorename_value Undocumented
Instance Variable _force_async_value Undocumented
Instance Variable _paths_value Undocumented
def __init__(self, paths=None, autorename=None, force_async=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

autorename = (source)

Undocumented

force_async = (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

_force_async_value = (source)

Undocumented

_paths_value = (source)

Undocumented