google_api_classroom v0.4.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 (SharedDriveFile): Google Drive file material. Defaults to: null.
  • form (Form): Google Forms material. Defaults to: null.
  • link (Link): Link material. On creation, will be upgraded to a more appropriate type if possible, and this will be reflected in the response. Defaults to: null.
  • youtubeVideo (YouTubeVideo): YouTube video material. 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 section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.