GoogleApi.AnalyticsData.V1alpha.Model.BatchRunPivotReportsResponse (google_api_analytics_data v0.13.0) View Source
The batch response containing multiple pivot reports.
Attributes
-
kind
(type:String.t
, default:nil
) - Identifies what kind of resource this message is. Thiskind
is always the fixed string "analyticsData#batchRunPivotReports". Useful to distinguish between response types in JSON. -
pivotReports
(type:list(GoogleApi.AnalyticsData.V1alpha.Model.RunPivotReportResponse.t)
, default:nil
) - Individual responses. Each response has a separate pivot report request.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AnalyticsData.V1alpha.Model.BatchRunPivotReportsResponse{ kind: String.t() | nil, pivotReports: [GoogleApi.AnalyticsData.V1alpha.Model.RunPivotReportResponse.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.