google_api_analytics_reporting v0.2.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:
null
. - reports ([Report]): Responses corresponding to each of the request. Defaults to:
null
. - resourceQuotasRemaining (ResourceQuotasRemaining): The amount of resource quota remaining for the property. Defaults to:
null
.
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: any(),
reports: [GoogleApi.AnalyticsReporting.V4.Model.Report.t()],
resourceQuotasRemaining:
GoogleApi.AnalyticsReporting.V4.Model.ResourceQuotasRemaining.t()
}
t() :: %GoogleApi.AnalyticsReporting.V4.Model.GetReportsResponse{ queryCost: any(), 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.