Reference documentation and code samples for the Google Analytics Data V1beta API class Google::Analytics::Data::V1beta::BatchRunPivotReportsResponse.
The batch response containing multiple pivot 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#batchRunPivotReports". 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#batchRunPivotReports". 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#batchRunPivotReports". Useful to distinguish between response types in JSON.
#pivot_reports
def pivot_reports() -> ::Array<::Google::Analytics::Data::V1beta::RunPivotReportResponse>
Returns
- (::Array<::Google::Analytics::Data::V1beta::RunPivotReportResponse>) — Individual responses. Each response has a separate pivot report request.
#pivot_reports=
def pivot_reports=(value) -> ::Array<::Google::Analytics::Data::V1beta::RunPivotReportResponse>
Parameter
- value (::Array<::Google::Analytics::Data::V1beta::RunPivotReportResponse>) — Individual responses. Each response has a separate pivot report request.
Returns
- (::Array<::Google::Analytics::Data::V1beta::RunPivotReportResponse>) — Individual responses. Each response has a separate pivot report request.