Class AddOnAttachmentStudentSubmission
Payload for grade update requests.
Implements
Inherited Members
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class AddOnAttachmentStudentSubmission : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PointsEarned
Student grade on this attachment. If unset, no grade was set.
Declaration
[JsonProperty("pointsEarned")]
public virtual double? PointsEarned { get; set; }
Property Value
Type | Description |
---|---|
double? |
PostSubmissionState
Submission state of add-on attachment's parent post (i.e. assignment).
Declaration
[JsonProperty("postSubmissionState")]
public virtual string PostSubmissionState { get; set; }
Property Value
Type | Description |
---|---|
string |