Show / Hide Table of Contents

Class DomainCalls

The number of HTTP calls made to the given domain.

Inheritance
object
DomainCalls
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 DomainCalls : IDirectResponseSchema

Properties

Domain

The domain name.

Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HttpCallCount

Number of HTTP calls made to the domain.

Declaration
[JsonProperty("httpCallCount")]
public virtual int? HttpCallCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX