class documentation

class DeleteArg(bb.Struct): (source)

View In Hierarchy

:ivar files.DeleteArg.path: Path in the user's Dropbox to delete. :ivar files.DeleteArg.parent_rev: Perform delete if given "rev" matches the existing file's latest "rev". This field does not support deleting a folder.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

parent_rev = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_parent_rev_value = (source)

Undocumented

_path_value = (source)

Undocumented