GoogleApi.Classroom.V1.Model.CourseMaterial (google_api_classroom v0.18.0) View Source

A material attached to a course as part of a material set.

Attributes

  • driveFile (type: GoogleApi.Classroom.V1.Model.DriveFile.t, default: nil) - Google Drive file attachment.
  • form (type: GoogleApi.Classroom.V1.Model.Form.t, default: nil) - Google Forms attachment.
  • link (type: GoogleApi.Classroom.V1.Model.Link.t, default: nil) - Link atatchment.
  • youTubeVideo (type: GoogleApi.Classroom.V1.Model.YouTubeVideo.t, default: nil) - Youtube video attachment.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Classroom.V1.Model.CourseMaterial{
  driveFile: GoogleApi.Classroom.V1.Model.DriveFile.t() | nil,
  form: GoogleApi.Classroom.V1.Model.Form.t() | nil,
  link: GoogleApi.Classroom.V1.Model.Link.t() | nil,
  youTubeVideo: GoogleApi.Classroom.V1.Model.YouTubeVideo.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.