google_api_classroom v0.5.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 (list(GoogleApi.Classroom.V1.Model.CourseMaterial.t)): Materials attached to this set. Defaults to
nil
. - title (String.t): Title for this set. 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.CourseMaterialSet{
materials: [GoogleApi.Classroom.V1.Model.CourseMaterial.t()],
title: String.t()
}
t() :: %GoogleApi.Classroom.V1.Model.CourseMaterialSet{ materials: [GoogleApi.Classroom.V1.Model.CourseMaterial.t()], title: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.