Show / Hide Table of Contents

Class AddOnAttachmentStudentSubmission

Payload for grade update requests.

Inheritance
object
AddOnAttachmentStudentSubmission
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class AddOnAttachmentStudentSubmission : IDirectResponseSchema

Properties

CourseWorkSubmissionId

Output only. Identifier of the course work submission under which this attachment submission was made.

Declaration
[JsonProperty("courseWorkSubmissionId")]
public virtual string CourseWorkSubmissionId { 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

Id

Output only. Classroom-assigned identifier for this student submission. This is unique among submissions for the relevant course work and add-on attachment combination.

Declaration
[JsonProperty("id")]
public virtual string Id { 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

UserId

Identifier for the student that owns this submission. Requires the user to be a teacher in the course and have permission to read student submissions. Read-only.

Declaration
[JsonProperty("userId")]
public virtual string UserId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX