Class VideoInfo
Next tag: 2
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class VideoInfo : IDirectResponseSchema
Properties
Duration
Duration of the video in milliseconds. This field can be absent for recently uploaded video or inaccurate sometimes.
Declaration
[JsonProperty("duration")]
public virtual int? Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |