Gleanex.Client.SortOptions (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a SortOptions

Summary

Types

t()

@type t() :: %Gleanex.Client.SortOptions{
  orderBy: String.t() | nil,
  sortBy: String.t() | nil
}