Provides struct and type for a SearchRequest
Summary
Types
@type t() :: %Gleanex.Platform.SearchRequest{ cursor: String.t() | nil, datasources: [String.t()] | nil, filters: [Gleanex.Platform.Filter.t()] | nil, page_size: integer() | nil, query: String.t(), time_range: Gleanex.Platform.TimeRange.t() | nil }