View Source GoogleApi.Classroom.V1.Model.CourseMaterialSet (google_api_classroom v0.21.2)

A set of materials that appears on the "About" page of the course. These materials might include a syllabus, schedule, or other background information relating to the course as a whole.

Attributes

  • materials (type: list(GoogleApi.Classroom.V1.Model.CourseMaterial.t), default: nil) - Materials attached to this set.
  • title (type: String.t, default: nil) - Title for this set.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Classroom.V1.Model.CourseMaterialSet{
  materials: [GoogleApi.Classroom.V1.Model.CourseMaterial.t()] | nil,
  title: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.