Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 411 Bytes

File metadata and controls

19 lines (12 loc) · 411 Bytes

UpdateAnnouncementRequestChannel

This determines whether this is a Social Feed post or a regular announcement.

Example Usage

from glean.api_client.models import UpdateAnnouncementRequestChannel

value = UpdateAnnouncementRequestChannel.MAIN

Values

Name Value
MAIN MAIN
SOCIAL_FEED SOCIAL_FEED