Show / Hide Table of Contents

Class ModifyAttachmentsRequest

Request to modify the attachments of a student submission.

Inheritance
System.Object
ModifyAttachmentsRequest
Implements
IDirectResponseSchema
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 ModifyAttachmentsRequest : IDirectResponseSchema

Properties

AddAttachments

Attachments to add. A student submission may not have more than 20 attachments.

Form attachments are not supported.

Declaration
[JsonProperty("addAttachments")]
public virtual IList<Attachment> AddAttachments { 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

Implements

IDirectResponseSchema
Back to top