View Source GoogleApi.Forms.V1.Model.VideoItem (google_api_forms v0.4.0)

An item containing a video.

Attributes

  • caption (type: String.t, default: nil) - The text displayed below the video.
  • video (type: GoogleApi.Forms.V1.Model.Video.t, default: nil) - Required. The video displayed in the item.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Forms.V1.Model.VideoItem{
  caption: String.t() | nil,
  video: GoogleApi.Forms.V1.Model.Video.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.