Enum CoursesResource.AnnouncementsResource.ListRequest.AnnouncementStatesEnum
Restriction on the state
of announcements returned. If this argument is left unspecified, the
default value is PUBLISHED
.
Namespace: Google.Apis.Classroom.v1
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public enum CoursesResource.AnnouncementsResource.ListRequest.AnnouncementStatesEnum
Fields
Name | Description |
---|---|
ANNOUNCEMENTSTATEUNSPECIFIED | No state specified. This is never returned. |
DELETED | Status for announcement that was published but is now deleted. Announcement in this state is visible only to course teachers and domain administrators. Announcement in this state is deleted after some time. |
DRAFT | Status for an announcement that is not yet published. Announcement in this state is visible only to course teachers and domain administrators. |
PUBLISHED | Status for announcement that has been published. This is the default state. |