Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 359 Bytes

File metadata and controls

22 lines (14 loc) · 359 Bytes

EntityType

The type of entity.

Example Usage

from glean.api_client.models import EntityType

value = EntityType.PERSON

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
PERSON PERSON
PROJECT PROJECT
CUSTOMER CUSTOMER