TrieveRubyClient::ApiKeyRespBody
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| created_at | Time | ||
| dataset_ids | Array<String> | [optional] | |
| id | String | ||
| name | String | ||
| organization_ids | Array<String> | [optional] | |
| role | Integer | ||
| updated_at | Time | ||
| user_id | String |
Example
require 'trieve_ruby_client'
instance = TrieveRubyClient::ApiKeyRespBody.new(
created_at: null,
dataset_ids: null,
id: null,
name: null,
organization_ids: null,
role: null,
updated_at: null,
user_id: null
)