Class ModifyAttachmentsRequest
Request to modify the attachments of a student submission.
Implements
Inherited Members
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 |