Show / Hide Table of Contents

Class BatchRunPivotReportsResponse

The batch response containing multiple pivot reports.

Inheritance
object
BatchRunPivotReportsResponse
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 BatchRunPivotReportsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

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
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

PivotReports

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

Declaration
[JsonProperty("pivotReports")]
public virtual IList<RunPivotReportResponse> PivotReports { get; set; }
Property Value
Type Description
IList<RunPivotReportResponse>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX