Class Feed
A class of notifications that an application can register to receive. For example: "all roster changes for a domain".
Implements
Inherited Members
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class Feed : IDirectResponseSchema
Properties
CourseRosterChangesInfo
Information about a Feed
with a feed_type
of COURSE_ROSTER_CHANGES
. This field must be specified if
feed_type
is COURSE_ROSTER_CHANGES
.
Declaration
[JsonProperty("courseRosterChangesInfo")]
public virtual CourseRosterChangesInfo CourseRosterChangesInfo { get; set; }
Property Value
Type | Description |
---|---|
CourseRosterChangesInfo |
CourseWorkChangesInfo
Information about a Feed
with a feed_type
of COURSE_WORK_CHANGES
. This field must be specified if
feed_type
is COURSE_WORK_CHANGES
.
Declaration
[JsonProperty("courseWorkChangesInfo")]
public virtual CourseWorkChangesInfo CourseWorkChangesInfo { get; set; }
Property Value
Type | Description |
---|---|
CourseWorkChangesInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FeedType
The type of feed.
Declaration
[JsonProperty("feedType")]
public virtual string FeedType { get; set; }
Property Value
Type | Description |
---|---|
string |