class documentation

class ListMemberAppsResult(bb.Struct): (source)

View In Hierarchy

:ivar team.ListMemberAppsResult.linked_api_apps: List of third party applications linked by this team member.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

linked_api_apps = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_linked_api_apps_value = (source)

Undocumented