google_api_analytics_reporting v0.3.0 GoogleApi.AnalyticsReporting.V4.Model.GetReportsRequest View Source
The batch request containing multiple report request.
Attributes
- reportRequests (list(GoogleApi.AnalyticsReporting.V4.Model.ReportRequest.t)): 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, andcohortGroup. Defaults tonil. - useResourceQuotas (boolean()): Enables
resource based quotas,
(defaults to
False). If this field is set toTruethe 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. Defaults tonil.
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()
View Source
t() :: %GoogleApi.AnalyticsReporting.V4.Model.GetReportsRequest{
reportRequests: [GoogleApi.AnalyticsReporting.V4.Model.ReportRequest.t()],
useResourceQuotas: boolean()
}
t() :: %GoogleApi.AnalyticsReporting.V4.Model.GetReportsRequest{
reportRequests: [GoogleApi.AnalyticsReporting.V4.Model.ReportRequest.t()],
useResourceQuotas: boolean()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.