Class Assignment
Additional details for assignments.
Implements
Inherited Members
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class Assignment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StudentWorkFolder
Drive folder where attachments from student submissions are placed. This is only populated for course teachers and administrators.
Declaration
[JsonProperty("studentWorkFolder")]
public virtual DriveFolder StudentWorkFolder { get; set; }
Property Value
Type | Description |
---|---|
DriveFolder |