google_api_classroom v0.10.0 GoogleApi.Classroom.V1.Model.CourseMaterialSet View Source
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.
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 Sourcet() :: %GoogleApi.Classroom.V1.Model.CourseMaterialSet{ materials: [GoogleApi.Classroom.V1.Model.CourseMaterial.t()], title: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.