Show / Hide Table of Contents

Class Feed

A class of notifications that an application can register to receive. For example: "all roster changes for a domain".

Inheritance
object
Feed
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
string

FeedType

The type of feed.

Declaration
[JsonProperty("feedType")]
public virtual string FeedType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX