View Source GoogleApi.CloudSearch.V1.Model.SortOptions (google_api_cloud_search v0.20.0)

Attributes

  • operatorName (type: String.t, default: nil) - The name of the operator corresponding to the field to sort on. The corresponding property must be marked as sortable.
  • sortOrder (type: String.t, default: nil) - Ascending is the default sort order

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.SortOptions{
  operatorName: String.t() | nil,
  sortOrder: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.