Class BatchQueryDomainStatsResult
Represents the result of a single QueryDomainStatsRequest within a batch.
Implements
Inherited Members
Namespace: Google.Apis.PostmasterTools.v2.Data
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public class BatchQueryDomainStatsResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Error
The error status if the individual query failed.
Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
| Type | Description |
|---|---|
| Status |
Response
The successful response for the individual query.
Declaration
[JsonProperty("response")]
public virtual QueryDomainStatsResponse Response { get; set; }
Property Value
| Type | Description |
|---|---|
| QueryDomainStatsResponse |