View Source Snap.Suggest (Snap v0.11.3)
Represents an individual suggest dictionary from a Search API response.
Summary
Types
@type t() :: %Snap.Suggest{ length: non_neg_integer(), offset: non_neg_integer(), options: [Snap.Suggest.Option.t()], text: String.t() }