Gleanex.Client.AutocompleteResultGroup (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a AutocompleteResultGroup

Summary

Types

t()

@type t() :: %Gleanex.Client.AutocompleteResultGroup{
  endIndex: integer() | nil,
  startIndex: integer() | nil,
  title: String.t() | nil
}