class Google::Apis::ClassroomV1::SharedDriveFile

Drive file that is used as material for course work.

Attributes

drive_file[RW]

Representation of a Google Drive file. Corresponds to the JSON property `driveFile` @return [Google::Apis::ClassroomV1::DriveFile]

share_mode[RW]

Mechanism by which students access the Drive item. Corresponds to the JSON property `shareMode` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/classroom_v1/classes.rb, line 1809
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 1814
def update!(**args)
  @drive_file = args[:drive_file] if args.key?(:drive_file)
  @share_mode = args[:share_mode] if args.key?(:share_mode)
end