View Source GoogleApi.AnalyticsData.V1alpha.Model.RunRealtimeReportResponse (google_api_analytics_data v0.14.0)

The response realtime report table corresponding to a request.

Attributes

  • dimensionHeaders (type: list(GoogleApi.AnalyticsData.V1alpha.Model.DimensionHeader.t), default: nil) - Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
  • kind (type: String.t, default: nil) - Identifies what kind of resource this message is. This kind is always the fixed string "analyticsData#runRealtimeReport". Useful to distinguish between response types in JSON.
  • maximums (type: list(GoogleApi.AnalyticsData.V1alpha.Model.Row.t), default: nil) - If requested, the maximum values of metrics.
  • metricHeaders (type: list(GoogleApi.AnalyticsData.V1alpha.Model.MetricHeader.t), default: nil) - Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
  • minimums (type: list(GoogleApi.AnalyticsData.V1alpha.Model.Row.t), default: nil) - If requested, the minimum values of metrics.
  • propertyQuota (type: GoogleApi.AnalyticsData.V1alpha.Model.PropertyQuota.t, default: nil) - This Analytics Property's Realtime quota state including this request.
  • rowCount (type: integer(), default: nil) - The total number of rows in the query result, regardless of the number of rows returned in the response. For example if a query returns 175 rows and includes limit = 50 in the API request, the response will contain row_count = 175 but only 50 rows.
  • rows (type: list(GoogleApi.AnalyticsData.V1alpha.Model.Row.t), default: nil) - Rows of dimension value combinations and metric values in the report.
  • totals (type: list(GoogleApi.AnalyticsData.V1alpha.Model.Row.t), default: nil) - If requested, the totaled values of metrics.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1alpha.Model.RunRealtimeReportResponse{
  dimensionHeaders:
    [GoogleApi.AnalyticsData.V1alpha.Model.DimensionHeader.t()] | nil,
  kind: String.t() | nil,
  maximums: [GoogleApi.AnalyticsData.V1alpha.Model.Row.t()] | nil,
  metricHeaders: [GoogleApi.AnalyticsData.V1alpha.Model.MetricHeader.t()] | nil,
  minimums: [GoogleApi.AnalyticsData.V1alpha.Model.Row.t()] | nil,
  propertyQuota: GoogleApi.AnalyticsData.V1alpha.Model.PropertyQuota.t() | nil,
  rowCount: integer() | nil,
  rows: [GoogleApi.AnalyticsData.V1alpha.Model.Row.t()] | nil,
  totals: [GoogleApi.AnalyticsData.V1alpha.Model.Row.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.