View Source Snap.Suggest (Snap v0.7.0)

Represents an individual suggest dictionary from a Search API response.

Link to this section Summary

Link to this section Types

@type t() :: %Snap.Suggest{
  length: non_neg_integer(),
  offset: non_neg_integer(),
  options: [Snap.Suggest.Option.t()],
  text: String.t()
}

Link to this section Functions