View Source ThinNotionApi.Types.SearchParams (thin_notion_api v1.0.1)

Defines parameters for using the search API.

Link to this section Summary

Types

t()

Parameters for using the search API.

Link to this section Types

@type t() :: %ThinNotionApi.Types.SearchParams{
  filter: ThinNotionApi.Types.SearchFilterParams.t(),
  page_size: integer(),
  query: String.t(),
  sort: ThinNotionApi.Types.SearchSortParams.t(),
  start_cursor: String.t()
}

Parameters for using the search API.