Class MediaFile
Information about each media file in the VAST.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class MediaFile : IDirectResponseSchema
Properties
Bitrate
Bitrate of the video file, in Kbps. Can be used to filter the response of the creatives.list method.
Declaration
[JsonProperty("bitrate")]
public virtual long? Bitrate { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MimeType
The MIME type of this media file. Can be used to filter the response of the creatives.list method.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |