Class CourseRosterChangesInfo
Information about a Feed with a feed_type of COURSE_ROSTER_CHANGES.
Implements
Inherited Members
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class CourseRosterChangesInfo : IDirectResponseSchema
Properties
CourseId
The course_id of the course to subscribe to roster changes for.
Declaration
[JsonProperty("courseId")]
public virtual string CourseId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |