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