class Google::Apis::ClassroomV1::Assignment
Additional details for assignments.
Attributes
student_work_folder[RW]
Representation
of a Google
Drive folder. Corresponds to the JSON property `studentWorkFolder` @return [Google::Apis::ClassroomV1::DriveFolder]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/classroom_v1/classes.rb, line 124 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/classroom_v1/classes.rb, line 129 def update!(**args) @student_work_folder = args[:student_work_folder] if args.key?(:student_work_folder) end