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

The sort options.

Attributes

  • desc (type: boolean(), default: nil) - If true, sorts by descending order.
  • dimension (type: GoogleApi.AnalyticsData.V1alpha.Model.DimensionOrderBy.t, default: nil) - Sorts results by a dimension's values.
  • metric (type: GoogleApi.AnalyticsData.V1alpha.Model.MetricOrderBy.t, default: nil) - Sorts results by a metric's values.
  • pivot (type: GoogleApi.AnalyticsData.V1alpha.Model.PivotOrderBy.t, default: nil) - Sorts results by a metric's values within a pivot column group.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1alpha.Model.OrderBy{
  desc: boolean() | nil,
  dimension: GoogleApi.AnalyticsData.V1alpha.Model.DimensionOrderBy.t() | nil,
  metric: GoogleApi.AnalyticsData.V1alpha.Model.MetricOrderBy.t() | nil,
  pivot: GoogleApi.AnalyticsData.V1alpha.Model.PivotOrderBy.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.