Class ReportsResource.BatchGetRequest
Returns the Analytics data.
Inheritance
ReportsResource.BatchGetRequest
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class ReportsResource.BatchGetRequest : AnalyticsReportingBaseServiceRequest<GetReportsResponse>, IClientServiceRequest<GetReportsResponse>, IClientServiceRequest
Constructors
BatchGetRequest(IClientService, GetReportsRequest)
Constructs a new BatchGet request.
Declaration
public BatchGetRequest(IClientService service, GetReportsRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GetReportsRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AnalyticsReporting.v4.Data.GetReportsResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AnalyticsReporting.v4.Data.GetReportsResponse>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AnalyticsReporting.v4.Data.GetReportsResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AnalyticsReporting.v4.Data.GetReportsResponse>.GetBody()
InitParameters()
Initializes BatchGet parameter list.
Declaration
protected override void InitParameters()