Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 411 Bytes

File metadata and controls

19 lines (12 loc) · 411 Bytes

CreateAnnouncementRequestChannel

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

Example Usage

from glean.api_client.models import CreateAnnouncementRequestChannel

value = CreateAnnouncementRequestChannel.MAIN

Values

Name Value
MAIN MAIN
SOCIAL_FEED SOCIAL_FEED