class documentation

class UpdateFileMemberArgs(bb.Struct): (source)

View In Hierarchy

Arguments for :meth:`dropbox.dropbox_client.Dropbox.sharing_update_file_member`. :ivar sharing.UpdateFileMemberArgs.file: File for which we are changing a member's access. :ivar sharing.UpdateFileMemberArgs.member: The member whose access we are changing. :ivar sharing.UpdateFileMemberArgs.access_level: The new access level for the member.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

access_level = (source)

Undocumented

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_access_level_value = (source)

Undocumented

_file_value = (source)

Undocumented

_member_value = (source)

Undocumented