Show / Hide Table of Contents

Class BatchRunPivotReportsRequest

The batch request containing multiple pivot report requests.

Inheritance
object
BatchRunPivotReportsRequest
Implements
IMessage<BatchRunPivotReportsRequest>
IEquatable<BatchRunPivotReportsRequest>
IDeepCloneable<BatchRunPivotReportsRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class BatchRunPivotReportsRequest : IMessage<BatchRunPivotReportsRequest>, IEquatable<BatchRunPivotReportsRequest>, IDeepCloneable<BatchRunPivotReportsRequest>, IBufferMessage, IMessage

Constructors

BatchRunPivotReportsRequest()

Declaration
public BatchRunPivotReportsRequest()

BatchRunPivotReportsRequest(BatchRunPivotReportsRequest)

Declaration
public BatchRunPivotReportsRequest(BatchRunPivotReportsRequest other)
Parameters
Type Name Description
BatchRunPivotReportsRequest other

Properties

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
public string Property { get; set; }
Property Value
Type Description
string

Requests

Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.

Declaration
public RepeatedField<RunPivotReportRequest> Requests { get; }
Property Value
Type Description
RepeatedField<RunPivotReportRequest>
In this article
Back to top Generated by DocFX