TrieveRubyClient::SingleQueuedChunkResponse

Properties

Name Type Description Notes
chunk_metadata ChunkMetadata
pos_in_queue Integer The current position the last access item is in the queue

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::SingleQueuedChunkResponse.new(
  chunk_metadata: null,
  pos_in_queue: null
)