google_api_classroom v0.5.0 GoogleApi.Classroom.V1.Model.CourseMaterial View Source
A material attached to a course as part of a material set.
Attributes
- driveFile (GoogleApi.Classroom.V1.Model.DriveFile.t): Google Drive file attachment. Defaults to
nil
. - form (GoogleApi.Classroom.V1.Model.Form.t): Google Forms attachment. Defaults to
nil
. - link (GoogleApi.Classroom.V1.Model.Link.t): Link atatchment. Defaults to
nil
. - youTubeVideo (GoogleApi.Classroom.V1.Model.YouTubeVideo.t): Youtube video attachment. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Classroom.V1.Model.CourseMaterial{
driveFile: GoogleApi.Classroom.V1.Model.DriveFile.t(),
form: GoogleApi.Classroom.V1.Model.Form.t(),
link: GoogleApi.Classroom.V1.Model.Link.t(),
youTubeVideo: GoogleApi.Classroom.V1.Model.YouTubeVideo.t()
}
t() :: %GoogleApi.Classroom.V1.Model.CourseMaterial{ driveFile: GoogleApi.Classroom.V1.Model.DriveFile.t(), form: GoogleApi.Classroom.V1.Model.Form.t(), link: GoogleApi.Classroom.V1.Model.Link.t(), youTubeVideo: GoogleApi.Classroom.V1.Model.YouTubeVideo.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.