Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 668 Bytes

File metadata and controls

26 lines (18 loc) · 668 Bytes

PropertyType

The type of custom property - this governs the search and faceting behavior. Note that MULTIPICKLIST is not yet supported.

Example Usage

from glean.api_client.models import PropertyType

value = PropertyType.TEXT

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
TEXT TEXT
DATE DATE
INT INT
USERID USERID
PICKLIST PICKLIST
TEXTLIST TEXTLIST
MULTIPICKLIST MULTIPICKLIST