class documentation

class UnshareFolderArg(bb.Struct): (source)

View In Hierarchy

:ivar sharing.UnshareFolderArg.shared_folder_id: The ID for the shared folder. :ivar sharing.UnshareFolderArg.leave_a_copy: If true, members of this shared folder will get a copy of this folder after it's unshared. Otherwise, it will be removed from their Dropbox. The current user, who is an owner, will always retain their copy.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable leave_a_copy Undocumented
Instance Variable shared_folder_id Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _leave_a_copy_value Undocumented
Instance Variable _shared_folder_id_value Undocumented
def __init__(self, shared_folder_id=None, leave_a_copy=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

leave_a_copy = (source)

Undocumented

shared_folder_id = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_leave_a_copy_value = (source)

Undocumented

_shared_folder_id_value = (source)

Undocumented