google_api_analytics_reporting v0.13.0 GoogleApi.AnalyticsReporting.V4.Model.GetReportsRequest View Source
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.
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 Sourcet() :: %GoogleApi.AnalyticsReporting.V4.Model.GetReportsRequest{ reportRequests: [GoogleApi.AnalyticsReporting.V4.Model.ReportRequest.t()], useResourceQuotas: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.