google_api_classroom v0.4.0 GoogleApi.Classroom.V1.Model.Attachment View Source
Attachment added to student assignment work. When creating attachments, setting the `form` field is not supported.
Attributes
- driveFile (DriveFile): Google Drive file attachment. Defaults to:
null. - form (Form): Google Forms attachment. Defaults to:
null. - link (Link): Link attachment. Defaults to:
null. - youTubeVideo (YouTubeVideo): Youtube video attachment. Defaults to:
null.
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.Attachment{
driveFile: GoogleApi.Classroom.V1.Model.DriveFile.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.Attachment{
driveFile: GoogleApi.Classroom.V1.Model.DriveFile.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.