TrieveRubyClient::SetUserApiKeyResponse

Properties

Name Type Description Notes
api_key String The api key which was created. This is the value which should be used in the Authorization header.

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::SetUserApiKeyResponse.new(
  api_key: null
)