class documentation

The information about a user member of the shared content. :ivar sharing.UserMembershipInfo.user: The account information for the membership user.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable user Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _user_value Undocumented

Inherited from MembershipInfo:

Instance Variable access_type Undocumented
Instance Variable initials Undocumented
Instance Variable is_inherited Undocumented
Instance Variable permissions Undocumented
Instance Variable _access_type_value Undocumented
Instance Variable _initials_value Undocumented
Instance Variable _is_inherited_value Undocumented
Instance Variable _permissions_value Undocumented
def __init__(self, access_type=None, user=None, permissions=None, initials=None, is_inherited=None): (source)

Undocumented

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

Undocumented