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

Specifies the sorting options.

Attributes

  • fieldName (String): 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: null.
  • orderType (String): The order type. The default orderType is `VALUE`. Defaults to: null.

    • Enum - one of [ORDER_TYPE_UNSPECIFIED, VALUE, DELTA, SMART, HISTOGRAM_BUCKET, DIMENSION_AS_INTEGER]
  • sortOrder (String): The sorting order for the field. Defaults to: null.

    • Enum - one of [SORT_ORDER_UNSPECIFIED, ASCENDING, DESCENDING]