class documentation

class MemberAccessLevelResult(bb.Struct): (source)

View In Hierarchy

Contains information about a member's access level to content after an operation. :ivar sharing.MemberAccessLevelResult.access_level: The member still has this level of access to the content through a parent folder. :ivar sharing.MemberAccessLevelResult.warning: A localized string with additional information about why the user has this access level to the content. :ivar sharing.MemberAccessLevelResult.access_details: The parent folders that a member has access to. The field is present if the user has access to the first parent folder where the member gains access.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable access_details Undocumented
Instance Variable access_level Undocumented
Instance Variable warning Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _access_details_value Undocumented
Instance Variable _access_level_value Undocumented
Instance Variable _warning_value Undocumented
def __init__(self, access_level=None, warning=None, access_details=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

access_details = (source)

Undocumented

access_level = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_access_details_value = (source)

Undocumented

_access_level_value = (source)

Undocumented

_warning_value = (source)

Undocumented