Class: Google::Apis::ClassroomV1::ModifyAttachmentsRequest
- Inherits:
-
Object
- Object
- Google::Apis::ClassroomV1::ModifyAttachmentsRequest
- 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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ModifyAttachmentsRequest
Returns a new instance of ModifyAttachmentsRequest
1503 1504 1505 |
# File 'generated/google/apis/classroom_v1/classes.rb', line 1503 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
1501 1502 1503 |
# File 'generated/google/apis/classroom_v1/classes.rb', line 1501 def @add_attachments end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1508 1509 1510 |
# File 'generated/google/apis/classroom_v1/classes.rb', line 1508 def update!(**args) @add_attachments = args[:add_attachments] if args.key?(:add_attachments) end |