Class: Google::Apis::ClassroomV1::ModifyAttachmentsRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/classroom_v1/classes.rb,
generated/google/apis/classroom_v1/representations.rb,
generated/google/apis/classroom_v1/representations.rb

Overview

Request to modify the attachments of a student submission.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ModifyAttachmentsRequest

Returns a new instance of ModifyAttachmentsRequest.



1536
1537
1538
# File 'generated/google/apis/classroom_v1/classes.rb', line 1536

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#add_attachmentsArray<Google::Apis::ClassroomV1::Attachment>

Attachments to add. A student submission may not have more than 20 attachments. Form attachments are not supported. Corresponds to the JSON property addAttachments



1534
1535
1536
# File 'generated/google/apis/classroom_v1/classes.rb', line 1534

def add_attachments
  @add_attachments
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1541
1542
1543
# File 'generated/google/apis/classroom_v1/classes.rb', line 1541

def update!(**args)
  @add_attachments = args[:add_attachments] if args.key?(:add_attachments)
end