Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 452 Bytes

File metadata and controls

23 lines (14 loc) · 452 Bytes

SearchResultProminenceEnum

The level of visual distinction that should be given to a result.

Example Usage

from glean.api_client.models import SearchResultProminenceEnum

value = SearchResultProminenceEnum.HERO

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
HERO HERO
PROMOTED PROMOTED
STANDARD STANDARD