class documentation

The information about a member of the shared content. :ivar sharing.MembershipInfo.access_type: The access type for this member. It contains inherited access type from parent folder, and acquired access type from this folder. :ivar sharing.MembershipInfo.permissions: The permissions that requesting user has on this member. The set of permissions corresponds to the MemberActions in the request. :ivar sharing.MembershipInfo.initials: Never set. :ivar sharing.MembershipInfo.is_inherited: True if the member has access from a parent folder.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable access_type Undocumented
Instance Variable initials Undocumented
Instance Variable is_inherited Undocumented
Instance Variable permissions Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields 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, permissions=None, initials=None, is_inherited=None): (source)
access_type = (source)

Undocumented

initials = (source)

Undocumented

is_inherited = (source)

Undocumented

permissions = (source)

Undocumented

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

Undocumented

_initials_value = (source)

Undocumented

_is_inherited_value = (source)

Undocumented

_permissions_value = (source)

Undocumented