Show / Hide Table of Contents

Class Assignment

Additional details for assignments.

Inheritance
System.Object
Assignment
Implements
IDirectResponseSchema
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 Assignment : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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

Implements

IDirectResponseSchema
Back to top