Show / Hide Table of Contents

Class BatchRunPivotReportsRequest

The batch request containing multiple pivot report requests.

Inheritance
System.Object
BatchRunPivotReportsRequest
Implements
Google.Protobuf.IMessage<BatchRunPivotReportsRequest>
System.IEquatable<BatchRunPivotReportsRequest>
Google.Protobuf.IDeepCloneable<BatchRunPivotReportsRequest>
Google.Protobuf.IBufferMessage
Google.Protobuf.IMessage
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Analytics.Data.V1Alpha
Assembly: Google.Analytics.Data.V1Alpha.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

Entity

A property whose events are tracked. This entity must be specified for the batch. The entity within RunPivotReportRequest may either be unspecified or consistent with this entity.

Declaration
public Entity Entity { get; set; }
Property Value
Type Description
Entity

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
Google.Protobuf.Collections.RepeatedField<RunPivotReportRequest>
In This Article
Back to top