Class VideoAsset
A video asset.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class VideoAsset : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VideoUrl
The URL of the video asset.
Declaration
[JsonProperty("videoUrl")]
public virtual string VideoUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |