TrieveRubyClient::UpdateTopicReqPayload

Properties

Name Type Description Notes
name String The new name of the topic. A name is not generated from this field, it is used as-is.
topic_id String The id of the topic to target.

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::UpdateTopicReqPayload.new(
  name: null,
  topic_id: null
)