Class: Google::Analytics::Data::V1alpha::BatchRunReportsResponse

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 reports.

Instance Attribute Summary collapse

Instance Attribute Details

#reports::Array<::Google::Analytics::Data::V1alpha::RunReportResponse>

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

Returns:



293
294
295
296
# File 'proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb', line 293

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