Class: Google::Analytics::Data::V1beta::BatchRunReportsResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::BatchRunReportsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/analytics_data_api.rb
Overview
The batch response containing multiple reports.
Instance Attribute Summary collapse
-
#kind ⇒ ::String
Identifies what kind of resource this message is.
-
#reports ⇒ ::Array<::Google::Analytics::Data::V1beta::RunReportResponse>
Individual responses.
Instance Attribute Details
#kind ⇒ ::String
Returns Identifies what kind of resource this message is. This kind
is always the
fixed string "analyticsData#batchRunReports". Useful to distinguish between
response types in JSON.
418 419 420 421 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 418 class BatchRunReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reports ⇒ ::Array<::Google::Analytics::Data::V1beta::RunReportResponse>
Returns Individual responses. Each response has a separate report request.
418 419 420 421 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 418 class BatchRunReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |