Show / Hide Table of Contents

Class BatchQueryDomainStatsResult

Represents the result of a single QueryDomainStatsRequest within a batch.

Inheritance
object
BatchQueryDomainStatsResult
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX