google_api_analytics_reporting v0.3.0 GoogleApi.AnalyticsReporting.V4.Model.OrderBy View Source

Specifies the sorting options.

Attributes

  • fieldName (String.t): The field which to sort by. The default sort order is ascending. Example: ga:browser. Note, that you can only specify one field for sort here. For example, ga:browser, ga:city is not valid. Defaults to nil.
  • orderType (String.t): The order type. The default orderType is VALUE. Defaults to nil.
  • sortOrder (String.t): The sorting order for the field. 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() :: %GoogleApi.AnalyticsReporting.V4.Model.OrderBy{
  fieldName: String.t(),
  orderType: String.t(),
  sortOrder: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.