Class Feed
A class of notifications that an application can register to receive. For example: "all roster changes for a domain".
Inheritance
System.Object
Feed
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.String |
FeedType
The type of feed.
Declaration
[JsonProperty("feedType")]
public virtual string FeedType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |