Class CourseWorkChangesInfo
Information about a Feed
with a feed_type
of COURSE_WORK_CHANGES
.
Implements
Inherited Members
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class CourseWorkChangesInfo : IDirectResponseSchema
Properties
CourseId
The course_id
of the course to subscribe to work 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 |