The team member's relationship to the team. This defaults to MEMBER if not set.
from glean.api_client.models import PersonTeamRelationship
value = PersonTeamRelationship.MEMBER
# Open enum: unrecognized values are captured as UnrecognizedStr| Name | Value |
|---|---|
MEMBER |
MEMBER |
MANAGER |
MANAGER |
LEAD |
LEAD |
POINT_OF_CONTACT |
POINT_OF_CONTACT |
OTHER |
OTHER |