View Source GoogleApi.AdMob.V1.Model.NetworkReportSpecSortCondition (google_api_ad_mob v0.10.0)

Sorting direction to be applied on a dimension or a metric.

Attributes

  • dimension (type: String.t, default: nil) - Sort by the specified dimension.
  • metric (type: String.t, default: nil) - Sort by the specified metric.
  • order (type: String.t, default: nil) - Sorting order of the dimension or metric.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdMob.V1.Model.NetworkReportSpecSortCondition{
  dimension: String.t() | nil,
  metric: String.t() | nil,
  order: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.