Gleanex.Platform.SearchResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a SearchResponse

Summary

Types

t()

@type t() :: %Gleanex.Platform.SearchResponse{
  has_more: boolean(),
  next_cursor: String.t() | nil,
  request_id: String.t(),
  results: [Gleanex.Platform.Result.t()],
  warnings: [Gleanex.Platform.PlatformWarning.t()]
}