TrieveRubyClient::DeleteTopicData
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| topic_id | String | The id of the topic to target. |
Example
require 'trieve_ruby_client'
instance = TrieveRubyClient::DeleteTopicData.new(
topic_id: null
)
| Name | Type | Description | Notes |
|---|---|---|---|
| topic_id | String | The id of the topic to target. |
require 'trieve_ruby_client'
instance = TrieveRubyClient::DeleteTopicData.new(
topic_id: null
)