Show / Hide Table of Contents

Class BatchRunPivotReportsRequest

The batch request containing multiple pivot report requests.

Inheritance
object
BatchRunPivotReportsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class BatchRunPivotReportsRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { 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
[JsonProperty("requests")]
public virtual IList<RunPivotReportRequest> Requests { get; set; }
Property Value
Type Description
IList<RunPivotReportRequest>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX