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