Provides struct and type for a SearchResponse
Summary
Types
@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()] }