Class: Google::Apis::AnalyticsdataV1alpha::BatchRunReportsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsdataV1alpha::BatchRunReportsResponse
- 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 reports.
Instance Attribute Summary collapse
-
#reports ⇒ Array<Google::Apis::AnalyticsdataV1alpha::RunReportResponse>
Individual responses.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchRunReportsResponse
constructor
A new instance of BatchRunReportsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchRunReportsResponse
Returns a new instance of BatchRunReportsResponse.
105 106 107 |
# File 'generated/google/apis/analyticsdata_v1alpha/classes.rb', line 105 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reports ⇒ Array<Google::Apis::AnalyticsdataV1alpha::RunReportResponse>
Individual responses. Each response has a separate report request.
Corresponds to the JSON property reports
103 104 105 |
# File 'generated/google/apis/analyticsdata_v1alpha/classes.rb', line 103 def reports @reports end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
110 111 112 |
# File 'generated/google/apis/analyticsdata_v1alpha/classes.rb', line 110 def update!(**args) @reports = args[:reports] if args.key?(:reports) end |