Class QueryDomainStatsResponse
Response message for QueryDomainStats.
Implements
Inherited Members
Namespace: Google.Apis.PostmasterTools.v2.Data
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public class QueryDomainStatsResponse : IDirectResponseSchema
Properties
DomainStats
The list of domain statistics. Each DomainStat object contains the value for a metric requested in the QueryDomainStatsRequest.
Declaration
[JsonProperty("domainStats")]
public virtual IList<DomainStat> DomainStats { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<DomainStat> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |