Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 623 Bytes

File metadata and controls

24 lines (16 loc) · 623 Bytes

PersonTeamRelationship

The team member's relationship to the team. This defaults to MEMBER if not set.

Example Usage

from glean.api_client.models import PersonTeamRelationship

value = PersonTeamRelationship.MEMBER

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
MEMBER MEMBER
MANAGER MANAGER
LEAD LEAD
POINT_OF_CONTACT POINT_OF_CONTACT
OTHER OTHER