Class: Google::Apis::ClassroomV1::TurnInStudentSubmissionRequest
- Inherits:
-
Object
- Object
- Google::Apis::ClassroomV1::TurnInStudentSubmissionRequest
- 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 turn in a student submission.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TurnInStudentSubmissionRequest
constructor
A new instance of TurnInStudentSubmissionRequest.
-
#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) ⇒ TurnInStudentSubmissionRequest
Returns a new instance of TurnInStudentSubmissionRequest
2121 2122 2123 |
# File 'generated/google/apis/classroom_v1/classes.rb', line 2121 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2126 2127 |
# File 'generated/google/apis/classroom_v1/classes.rb', line 2126 def update!(**args) end |