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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.