class Google::Apis::AnalyticsdataV1alpha::BatchRunPivotReportsResponse

The batch response containing multiple pivot reports.

Attributes

kind[RW]

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. Corresponds to the JSON property `kind` @return [String]

pivot_reports[RW]

Individual responses. Each response has a separate pivot report request. Corresponds to the JSON property `pivotReports` @return [Array<Google::Apis::AnalyticsdataV1alpha::RunPivotReportResponse>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/analyticsdata_v1alpha/classes.rb, line 67
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/analyticsdata_v1alpha/classes.rb, line 72
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @pivot_reports = args[:pivot_reports] if args.key?(:pivot_reports)
end