Class DomainCalls
The number of HTTP calls made to the given domain.
Implements
Inherited Members
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? |