GoogleApi.Forms.V1.Model.ExtraMaterial (google_api_forms v0.5.0)
View SourceSupplementary 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 }