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