Class: Google::Analytics::Data::V1beta::BatchRunReportsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.



405
406
407
408
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 405

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.

Returns:



405
406
407
408
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 405

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