class Google::Apis::ClassroomV1::ModifyAttachmentsRequest

Request to modify the attachments of a student submission.

Attributes

add_attachments[RW]

Attachments to add. A student submission may not have more than 20 attachments. Form attachments are not supported. Corresponds to the JSON property `addAttachments` @return [Array<Google::Apis::ClassroomV1::Attachment>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/classroom_v1/classes.rb, line 1593
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/classroom_v1/classes.rb, line 1598
def update!(**args)
  @add_attachments = args[:add_attachments] if args.key?(:add_attachments)
end