Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 600 Bytes

File metadata and controls

23 lines (15 loc) · 600 Bytes

CustomMetadataPropertyDefinitionPropertyType

The type of metadata key. This governs the search and faceting behavior.

Example Usage

from glean.api_client.models import CustomMetadataPropertyDefinitionPropertyType

value = CustomMetadataPropertyDefinitionPropertyType.TEXT

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
TEXT TEXT
PICKLIST PICKLIST
TEXTLIST TEXTLIST
MULTIPICKLIST MULTIPICKLIST