Class BatchQueryDomainStatsResponse
Response message for BatchQueryDomainStats.
Implements
Inherited Members
Namespace: Google.Apis.PostmasterTools.v2.Data
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public class BatchQueryDomainStatsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Results
A list of responses, one for each query in the BatchQueryDomainStatsRequest. The order of responses will correspond to the order of requests.
Declaration
[JsonProperty("results")]
public virtual IList<BatchQueryDomainStatsResult> Results { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<BatchQueryDomainStatsResult> |