View Source GoogleApi.AnalyticsReporting.V4.Model.GetReportsResponse (google_api_analytics_reporting v0.18.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }
Functions
Unwrap a decoded JSON object into its complex fields.