Class VideoItem
An item containing a video.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class VideoItem : IDirectResponseSchema
Properties
Caption
The text displayed below the video.
Declaration
[JsonProperty("caption")]
public virtual string Caption { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Video
Required. The video displayed in the item.
Declaration
[JsonProperty("video")]
public virtual Video Video { get; set; }
Property Value
Type | Description |
---|---|
Video |