Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 477 Bytes

File metadata and controls

21 lines (14 loc) · 477 Bytes

PersonMetadataType

Example Usage

from glean.api_client.models import PersonMetadataType

value = PersonMetadataType.FULL_TIME

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
FULL_TIME FULL_TIME
CONTRACTOR CONTRACTOR
NON_EMPLOYEE NON_EMPLOYEE
FORMER_EMPLOYEE FORMER_EMPLOYEE