Class StudentContext
Role-specific context if the requesting user is a student.
Implements
Inherited Members
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class StudentContext : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SubmissionId
Requesting user's submission id to be used for grade passback and to identify the student when showing
student work to the teacher. This is set exactly when supportsStudentWork
is true
.
Declaration
[JsonProperty("submissionId")]
public virtual string SubmissionId { get; set; }
Property Value
Type | Description |
---|---|
string |