Class: Google::Analytics::Data::V1beta::BatchRunPivotReportsRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::BatchRunPivotReportsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/analytics_data_api.rb
Overview
The batch request containing multiple pivot report requests.
Instance Attribute Summary collapse
-
#property ⇒ ::String
A Google Analytics property identifier whose events are tracked.
-
#requests ⇒ ::Array<::Google::Analytics::Data::V1beta::RunPivotReportRequest>
Individual requests.
Instance Attribute Details
#property ⇒ ::String
443 444 445 446 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 443 class BatchRunPivotReportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Analytics::Data::V1beta::RunPivotReportRequest>
443 444 445 446 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 443 class BatchRunPivotReportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |