google_api_slides v0.1.0 GoogleApi.Slides.V1.Model.Video View Source
A PageElement kind representing a video.
Attributes
- id (String.t): The video source's unique identifier for this video. Defaults to:
null
. source (String.t): The video source. Defaults to:
null
.- Enum - one of [SOURCE_UNSPECIFIED, YOUTUBE, DRIVE]
- url (String.t): An URL to a video. The URL is valid as long as the source video exists and sharing settings do not change. Defaults to:
null
. - videoProperties (VideoProperties): The properties of the video. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Slides.V1.Model.Video{ id: any(), source: any(), url: any(), videoProperties: GoogleApi.Slides.V1.Model.VideoProperties.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.