Show / Hide Table of Contents

Class ModifyAttachmentsRequest

Request to modify the attachments of a student submission.

Inheritance
object
ModifyAttachmentsRequest
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 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
IList<Attachment>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX