Class PropertiesResource.BatchRunPivotReportsRequest
Returns multiple pivot reports in a batch. All reports must be for the same Google Analytics property.
Inheritance
PropertiesResource.BatchRunPivotReportsRequest
Inherited Members
Namespace: Google.Apis.AnalyticsData.v1beta
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class PropertiesResource.BatchRunPivotReportsRequest : AnalyticsDataBaseServiceRequest<BatchRunPivotReportsResponse>, IClientServiceRequest<BatchRunPivotReportsResponse>, IClientServiceRequest
Constructors
BatchRunPivotReportsRequest(IClientService, BatchRunPivotReportsRequest, string)
Constructs a new BatchRunPivotReports request.
Declaration
public BatchRunPivotReportsRequest(IClientService service, BatchRunPivotReportsRequest body, string property)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
BatchRunPivotReportsRequest | body | |
string | property |
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
Property
A Google Analytics property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see where to find your Property ID. This property must be specified for the batch. The property within RunPivotReportRequest may either be unspecified or consistent with this property. Example: properties/1234
Declaration
[RequestParameter("property", RequestParameterType.Path)]
public virtual string Property { get; }
Property Value
Type | Description |
---|---|
string |
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 BatchRunPivotReports parameter list.
Declaration
protected override void InitParameters()