Show / Hide Table of Contents

Class UrlDownloadSize

The URL-level breakdown for the download size.

Inheritance
object
UrlDownloadSize
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX