Method: TrieveRubyClient::BatchQueuedChunkResponse.openapi_types
- Defined in:
- lib/trieve_ruby_client/models/batch_queued_chunk_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
37 38 39 40 41 42 |
# File 'lib/trieve_ruby_client/models/batch_queued_chunk_response.rb', line 37 def self.openapi_types { :'chunk_metadata' => :'Array<ChunkMetadata>', :'pos_in_queue' => :'Integer' } end |