View Source GoogleApi.Forms.V1.Model.ExtraMaterial (google_api_forms v0.2.1)

Supplementary material to the feedback.

Attributes

  • link (type: GoogleApi.Forms.V1.Model.TextLink.t, default: nil) - Text feedback.
  • video (type: GoogleApi.Forms.V1.Model.VideoLink.t, default: nil) - Video feedback.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.ExtraMaterial{
  link: GoogleApi.Forms.V1.Model.TextLink.t() | nil,
  video: GoogleApi.Forms.V1.Model.VideoLink.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.