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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX