Class: Google::Apis::ClassroomV1::ModifyAttachmentsRequest
- Inherits:
-
Object
- Object
- Google::Apis::ClassroomV1::ModifyAttachmentsRequest
- 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
-
#add_attachments ⇒ Array<Google::Apis::ClassroomV1::Attachment>
Attachments to add.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ModifyAttachmentsRequest
constructor
A new instance of ModifyAttachmentsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ModifyAttachmentsRequest
Returns a new instance of ModifyAttachmentsRequest.
1593 1594 1595 |
# File 'generated/google/apis/classroom_v1/classes.rb', line 1593 def initialize(**args) update!(**args) end |
Instance Attribute Details
#add_attachments ⇒ Array<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
1591 1592 1593 |
# File 'generated/google/apis/classroom_v1/classes.rb', line 1591 def @add_attachments end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1598 1599 1600 |
# File 'generated/google/apis/classroom_v1/classes.rb', line 1598 def update!(**args) @add_attachments = args[:add_attachments] if args.key?(:add_attachments) end |