TrieveRubyClient::RemoveChunkFromGroupReqPayload

Properties

Name Type Description Notes
chunk_id String Id of the chunk to remove from the group.

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::RemoveChunkFromGroupReqPayload.new(
  chunk_id: null
)