google_api_analytics_reporting v0.11.0 GoogleApi.AnalyticsReporting.V4.Model.GetReportsResponse View Source
The main response class which holds the reports from the Reporting API
batchGet call.
Attributes
queryCost(type:integer(), default:nil) - The amount of resource quota tokens deducted to execute the query. Includes all responses.reports(type:list(GoogleApi.AnalyticsReporting.V4.Model.Report.t), default:nil) - Responses corresponding to each of the request.resourceQuotasRemaining(type:GoogleApi.AnalyticsReporting.V4.Model.ResourceQuotasRemaining.t, default:nil) - The amount of resource quota remaining for the property.
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.GetReportsResponse{
queryCost: integer(),
reports: [GoogleApi.AnalyticsReporting.V4.Model.Report.t()],
resourceQuotasRemaining:
GoogleApi.AnalyticsReporting.V4.Model.ResourceQuotasRemaining.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.