Class AssignmentSubmission
Student work for an assignment.
Inheritance
System.Object
AssignmentSubmission
Implements
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 AssignmentSubmission : IDirectResponseSchema
Properties
Attachments
Attachments added by the student. Drive files that correspond to materials with a share mode of STUDENT_COPY may not exist yet if the student has not accessed the assignment in Classroom.
Some attachment metadata is only populated if the requesting user has permission to access it. Identifier and alternate_link fields are always available, but others (e.g. title) may not be.
Declaration
[JsonProperty("attachments")]
public virtual IList<Attachment> Attachments { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Attachment> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |