Class: Google::Apis::AnalyticsreportingV4::GetReportsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsreportingV4::GetReportsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/analyticsreporting_v4/classes.rb,
generated/google/apis/analyticsreporting_v4/representations.rb,
generated/google/apis/analyticsreporting_v4/representations.rb
Overview
The main response class which holds the reports from the Reporting API
batchGet
call.
Instance Attribute Summary collapse
-
#reports ⇒ Array<Google::Apis::AnalyticsreportingV4::Report>
Responses corresponding to each of the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetReportsResponse
constructor
A new instance of GetReportsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GetReportsResponse
Returns a new instance of GetReportsResponse.
1262 1263 1264 |
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 1262 def initialize(**args) update!(**args) end |
Instance Attribute Details
#reports ⇒ Array<Google::Apis::AnalyticsreportingV4::Report>
Responses corresponding to each of the request.
Corresponds to the JSON property reports
1260 1261 1262 |
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 1260 def reports @reports end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1267 1268 1269 |
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 1267 def update!(**args) @reports = args[:reports] if args.key?(:reports) end |