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

The batch request containing multiple report requests.

Attributes

  • entity (type: GoogleApi.AnalyticsData.V1alpha.Model.Entity.t, default: nil) - A property whose events are tracked. This entity must be specified for the batch. The entity within RunReportRequest may either be unspecified or consistent with this entity.
  • requests (type: list(GoogleApi.AnalyticsData.V1alpha.Model.RunReportRequest.t), default: nil) - Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1alpha.Model.BatchRunReportsRequest{
  entity: GoogleApi.AnalyticsData.V1alpha.Model.Entity.t() | nil,
  requests: [GoogleApi.AnalyticsData.V1alpha.Model.RunReportRequest.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.