class Google::Apis::AnalyticsdataV1beta::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::AnalyticsdataV1beta::RunPivotReportResponse>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analyticsdata_v1beta/classes.rb, line 61 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_v1beta/classes.rb, line 66 def update!(**args) @kind = args[:kind] if args.key?(:kind) @pivot_reports = args[:pivot_reports] if args.key?(:pivot_reports) end