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 samedateRanges
,viewId
,segments
,samplingLevel
, andcohortGroup
. -
useResourceQuotas
(type:boolean()
, default:nil
) - Enables resource based quotas, (defaults toFalse
). If this field is set toTrue
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 forSMALL
, 100M forLARGE
. 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
Unwrap a decoded JSON object into its complex fields.