google_api_analytics_reporting v0.1.0 GoogleApi.AnalyticsReporting.V4.Model.GetReportsRequest View Source

The batch request containing multiple report request.

Attributes

  • reportRequests ([ReportRequest]): 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`. Defaults to: null.
  • useResourceQuotas (boolean()): 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. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.AnalyticsReporting.V4.Model.GetReportsRequest{
  reportRequests: [GoogleApi.AnalyticsReporting.V4.Model.ReportRequest.t()],
  useResourceQuotas: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.