Reference documentation and code samples for the Google Analytics Data V1beta API class Google::Analytics::Data::V1beta::BatchRunReportsResponse.
The batch response containing multiple reports.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#kind
def kind() -> ::String
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.
#kind=
def kind=(value) -> ::String
Parameter
-
value (::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.
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.
#reports
def reports() -> ::Array<::Google::Analytics::Data::V1beta::RunReportResponse>
Returns
- (::Array<::Google::Analytics::Data::V1beta::RunReportResponse>) — Individual responses. Each response has a separate report request.
#reports=
def reports=(value) -> ::Array<::Google::Analytics::Data::V1beta::RunReportResponse>
Parameter
- value (::Array<::Google::Analytics::Data::V1beta::RunReportResponse>) — Individual responses. Each response has a separate report request.
Returns
- (::Array<::Google::Analytics::Data::V1beta::RunReportResponse>) — Individual responses. Each response has a separate report request.