class documentation

class UnshareFileArg(bb.Struct): (source)

View In Hierarchy

Arguments for :meth:`dropbox.dropbox_client.Dropbox.sharing_unshare_file`. :ivar sharing.UnshareFileArg.file: The file to unshare.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable file Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _file_value Undocumented
def __init__(self, file=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_file_value = (source)

Undocumented