Show / Hide Table of Contents

Class DownloadSizeEvidence

Total download size and URL-level download size breakdown for resources in a creative.

Inheritance
object
DownloadSizeEvidence
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX