Class DownloadSizeEvidence
Total download size and URL-level download size breakdown for resources in a creative.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class DownloadSizeEvidence : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TopUrlDownloadSizeBreakdowns
Download size broken down by URLs with the top download size.
Declaration
[JsonProperty("topUrlDownloadSizeBreakdowns")]
public virtual IList<UrlDownloadSize> TopUrlDownloadSizeBreakdowns { get; set; }
Property Value
Type | Description |
---|---|
IList<UrlDownloadSize> |
TotalDownloadSizeKb
Total download size (in kilobytes) for all the resources in the creative.
Declaration
[JsonProperty("totalDownloadSizeKb")]
public virtual int? TotalDownloadSizeKb { get; set; }
Property Value
Type | Description |
---|---|
int? |