google_api_classroom v0.5.0 GoogleApi.Classroom.V1.Model.Material View Source
Material attached to course work.
When creating attachments, setting the form
field is not supported.
Attributes
- driveFile (GoogleApi.Classroom.V1.Model.SharedDriveFile.t): Google Drive file material. Defaults to
nil
. - form (GoogleApi.Classroom.V1.Model.Form.t): Google Forms material. Defaults to
nil
. - link (GoogleApi.Classroom.V1.Model.Link.t): Link material. On creation, will be upgraded to a more appropriate type
if possible, and this will be reflected in the response. Defaults to
nil
. - youtubeVideo (GoogleApi.Classroom.V1.Model.YouTubeVideo.t): YouTube video material. 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.Material{
driveFile: GoogleApi.Classroom.V1.Model.SharedDriveFile.t(),
form: GoogleApi.Classroom.V1.Model.Form.t(),
link: GoogleApi.Classroom.V1.Model.Link.t(),
youtubeVideo: GoogleApi.Classroom.V1.Model.YouTubeVideo.t()
}
t() :: %GoogleApi.Classroom.V1.Model.Material{ driveFile: GoogleApi.Classroom.V1.Model.SharedDriveFile.t(), form: GoogleApi.Classroom.V1.Model.Form.t(), link: GoogleApi.Classroom.V1.Model.Link.t(), youtubeVideo: GoogleApi.Classroom.V1.Model.YouTubeVideo.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.