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

Link to a video.

Attributes

  • displayText (type: String.t, default: nil) - Required. The display text for the link.
  • youtubeUri (type: String.t, default: nil) - The URI of a YouTube video.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.VideoLink{
  displayText: String.t() | nil,
  youtubeUri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.