Class: Google::Apis::AnalyticsdataV1alpha::BatchRunPivotReportsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsdataV1alpha::BatchRunPivotReportsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/analyticsdata_v1alpha/classes.rb,
generated/google/apis/analyticsdata_v1alpha/representations.rb,
generated/google/apis/analyticsdata_v1alpha/representations.rb
Overview
The batch response containing multiple pivot reports.
Instance Attribute Summary collapse
-
#pivot_reports ⇒ Array<Google::Apis::AnalyticsdataV1alpha::RunPivotReportResponse>
Individual responses.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchRunPivotReportsResponse
constructor
A new instance of BatchRunPivotReportsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchRunPivotReportsResponse
Returns a new instance of BatchRunPivotReportsResponse.
60 61 62 |
# File 'generated/google/apis/analyticsdata_v1alpha/classes.rb', line 60 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pivot_reports ⇒ Array<Google::Apis::AnalyticsdataV1alpha::RunPivotReportResponse>
Individual responses. Each response has a separate pivot report request.
Corresponds to the JSON property pivotReports
58 59 60 |
# File 'generated/google/apis/analyticsdata_v1alpha/classes.rb', line 58 def pivot_reports @pivot_reports end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
65 66 67 |
# File 'generated/google/apis/analyticsdata_v1alpha/classes.rb', line 65 def update!(**args) @pivot_reports = args[:pivot_reports] if args.key?(:pivot_reports) end |