Class DomainStatsResource.BatchQueryRequest
Executes a batch of QueryDomainStats requests for multiple domains. Returns PERMISSION_DENIED if you don't have permission to access DomainStats for any of the requested domains.
Inheritance
DomainStatsResource.BatchQueryRequest
Inherited Members
Namespace: Google.Apis.PostmasterTools.v2
Assembly: Google.Apis.PostmasterTools.v2.dll
Syntax
public class DomainStatsResource.BatchQueryRequest : PostmasterToolsBaseServiceRequest<BatchQueryDomainStatsResponse>, IClientServiceRequest<BatchQueryDomainStatsResponse>, IClientServiceRequest
Constructors
BatchQueryRequest(IClientService, BatchQueryDomainStatsRequest)
Constructs a new BatchQuery request.
Declaration
public BatchQueryRequest(IClientService service, BatchQueryDomainStatsRequest body)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| BatchQueryDomainStatsRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes BatchQuery parameter list.
Declaration
protected override void InitParameters()