Class Video
A PageElement kind representing a video.
Implements
Inherited Members
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class Video : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The video source's unique identifier for this video.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Source
The video source.
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
An URL to a video. The URL is valid as long as the source video exists and sharing settings do not change.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |
VideoProperties
The properties of the video.
Declaration
[JsonProperty("videoProperties")]
public virtual VideoProperties VideoProperties { get; set; }
Property Value
Type | Description |
---|---|
VideoProperties |