Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 505 Bytes

File metadata and controls

21 lines (13 loc) · 505 Bytes

AnnouncementPostType

This determines whether this is an external-link post or a regular announcement post. TEXT - Regular announcement that can contain rich text. LINK - Announcement that is linked to an external site.

Example Usage

from glean.api_client.models import AnnouncementPostType

value = AnnouncementPostType.TEXT

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
TEXT TEXT
LINK LINK