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

Data representing a video.

Attributes

  • properties (type: GoogleApi.Forms.V1.Model.MediaProperties.t, default: nil) - Properties of a video.
  • youtubeUri (type: String.t, default: nil) - Required. A YouTube URI.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.Video{
  properties: GoogleApi.Forms.V1.Model.MediaProperties.t() | nil,
  youtubeUri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.