Show / Hide Table of Contents

Class BatchRunPivotReportsResponse

The batch response containing multiple pivot reports.

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

Constructors

BatchRunPivotReportsResponse()

Declaration
public BatchRunPivotReportsResponse()

BatchRunPivotReportsResponse(BatchRunPivotReportsResponse)

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

Properties

Kind

Identifies what kind of resource this message is. This kind is always the fixed string "analyticsData#batchRunPivotReports". Useful to distinguish between response types in JSON.

Declaration
public string Kind { get; set; }
Property Value
Type Description
System.String

PivotReports

Individual responses. Each response has a separate pivot report request.

Declaration
public RepeatedField<RunPivotReportResponse> PivotReports { get; }
Property Value
Type Description
Google.Protobuf.Collections.RepeatedField<RunPivotReportResponse>
In This Article
Back to top