Class UrlDownloadSize
The URL-level breakdown for the download size.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class UrlDownloadSize : IDirectResponseSchema
Properties
DownloadSizeKb
Download size of the URL in kilobytes.
Declaration
[JsonProperty("downloadSizeKb")]
public virtual int? DownloadSizeKb { 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 |
NormalizedUrl
The normalized URL with query parameters and fragment removed.
Declaration
[JsonProperty("normalizedUrl")]
public virtual string NormalizedUrl { get; set; }
Property Value
Type | Description |
---|---|
string |