Class: Google::Analytics::Data::V1beta::BatchRunPivotReportsResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::BatchRunPivotReportsResponse
- 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 pivot reports.
Instance Attribute Summary collapse
-
#kind ⇒ ::String
Identifies what kind of resource this message is.
-
#pivot_reports ⇒ ::Array<::Google::Analytics::Data::V1beta::RunPivotReportResponse>
Individual responses.
Instance Attribute Details
#kind ⇒ ::String
Returns 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.
453 454 455 456 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 453 class BatchRunPivotReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pivot_reports ⇒ ::Array<::Google::Analytics::Data::V1beta::RunPivotReportResponse>
Returns Individual responses. Each response has a separate pivot report request.
453 454 455 456 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 453 class BatchRunPivotReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |