TrieveRubyClient::SearchWithinGroupResults

Properties

Name Type Description Notes
bookmarks Array<ScoreChunkDTO>
group ChunkGroup
total_pages Integer

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::SearchWithinGroupResults.new(
  bookmarks: null,
  group: null,
  total_pages: null
)