Class: Google::Apis::ClassroomV1::ReturnStudentSubmissionRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ClassroomV1::ReturnStudentSubmissionRequest
 
- 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 return a student submission.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ReturnStudentSubmissionRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ReturnStudentSubmissionRequest. 
- 
  
    
      #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) ⇒ ReturnStudentSubmissionRequest
Returns a new instance of ReturnStudentSubmissionRequest
| 1674 1675 1676 | # File 'generated/google/apis/classroom_v1/classes.rb', line 1674 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1679 1680 | # File 'generated/google/apis/classroom_v1/classes.rb', line 1679 def update!(**args) end |