View Source GoogleApi.AnalyticsData.V1beta.Model.BatchRunPivotReportsResponse (google_api_analytics_data v0.14.0)

The batch response containing multiple pivot reports.

Attributes

  • kind (type: String.t, default: nil) - 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.
  • pivotReports (type: list(GoogleApi.AnalyticsData.V1beta.Model.RunPivotReportResponse.t), default: nil) - Individual responses. Each response has a separate pivot report request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1beta.Model.BatchRunPivotReportsResponse{
  kind: String.t() | nil,
  pivotReports:
    [GoogleApi.AnalyticsData.V1beta.Model.RunPivotReportResponse.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.