Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 478 Bytes

File metadata and controls

19 lines (12 loc) · 478 Bytes

UpdateAnnouncementRequestPostType

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 UpdateAnnouncementRequestPostType

value = UpdateAnnouncementRequestPostType.TEXT

Values

Name Value
TEXT TEXT
LINK LINK