View Source GoogleApi.AnalyticsData.V1alpha.Model.BatchRunReportsResponse (google_api_analytics_data v0.14.0)

The batch response containing multiple reports.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1alpha.Model.BatchRunReportsResponse{
  kind: String.t() | nil,
  reports: [GoogleApi.AnalyticsData.V1alpha.Model.RunReportResponse.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.