GoogleApi.AnalyticsReporting.V4.Model.GetReportsResponse (google_api_analytics_reporting v0.17.0) 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
Specs
t() :: %GoogleApi.AnalyticsReporting.V4.Model.GetReportsResponse{
queryCost: integer() | nil,
reports: [GoogleApi.AnalyticsReporting.V4.Model.Report.t()] | nil,
resourceQuotasRemaining:
GoogleApi.AnalyticsReporting.V4.Model.ResourceQuotasRemaining.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.