View Source GoogleApi.Slides.V1.Model.Video (google_api_slides v0.22.0)

A PageElement kind representing a video.

Attributes

  • id (type: String.t, default: nil) - The video source's unique identifier for this video.
  • source (type: String.t, default: nil) - The video source.
  • url (type: String.t, default: nil) - An URL to a video. The URL is valid as long as the source video exists and sharing settings do not change.
  • videoProperties (type: GoogleApi.Slides.V1.Model.VideoProperties.t, default: nil) - The properties of the video.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Slides.V1.Model.Video{
  id: String.t() | nil,
  source: String.t() | nil,
  url: String.t() | nil,
  videoProperties: GoogleApi.Slides.V1.Model.VideoProperties.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.