Class: Google::Analytics::Data::V1alpha::BatchRunPivotReportsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb

Overview

The batch response containing multiple pivot reports.

Instance Attribute Summary collapse

Instance Attribute Details

#pivot_reports::Array<::Google::Analytics::Data::V1alpha::RunPivotReportResponse>

Returns Individual responses. Each response has a separate pivot report request.

Returns:



317
318
319
320
# File 'proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb', line 317

class BatchRunPivotReportsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end