TrieveRubyClient::SearchOverGroupsResults

Properties

Name Type Description Notes
group_chunks Array<GroupScoreChunk>
total_chunk_pages Integer

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::SearchOverGroupsResults.new(
  group_chunks: null,
  total_chunk_pages: null
)