Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 443 Bytes

File metadata and controls

22 lines (14 loc) · 443 Bytes

SectionType

Type of the section. This defines how the section should be interpreted and rendered in the digest.

Example Usage

from glean.api_client.models import SectionType

value = SectionType.CHANNEL

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
CHANNEL CHANNEL
MENTIONS MENTIONS
TOPIC TOPIC