TrieveRubyClient::AddChunkToGroupData
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| chunk_id | String | Id of the chunk to make a member of the group. | [optional] |
| tracking_id | String | Tracking Id of the chunk to make a member of the group. | [optional] |
Example
require 'trieve_ruby_client'
instance = TrieveRubyClient::AddChunkToGroupData.new(
chunk_id: null,
tracking_id: null
)