google_api_slides v0.14.0 GoogleApi.Slides.V1.Model.Video View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Slides.V1.Model.Video{ id: String.t(), source: String.t(), url: String.t(), videoProperties: GoogleApi.Slides.V1.Model.VideoProperties.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.