View Source GoogleApi.AnalyticsReporting.V4.Model.GetReportsRequest (google_api_analytics_reporting v0.18.0)

The batch request containing multiple report request.

Attributes

  • reportRequests (type: list(GoogleApi.AnalyticsReporting.V4.Model.ReportRequest.t), default: nil) - Requests, each request will have a separate response. There can be a maximum of 5 requests. All requests should have the same dateRanges, viewId, segments, samplingLevel, and cohortGroup.
  • useResourceQuotas (type: boolean(), default: nil) - Enables resource based quotas, (defaults to False). If this field is set to True the per view (profile) quotas are governed by the computational cost of the request. Note that using cost based quotas will higher enable sampling rates. (10 Million for SMALL, 100M for LARGE. See the limits and quotas documentation for details.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsReporting.V4.Model.GetReportsRequest{
  reportRequests:
    [GoogleApi.AnalyticsReporting.V4.Model.ReportRequest.t()] | nil,
  useResourceQuotas: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.