TrieveRubyClient::DatasetUsageCount
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| chunk_count | Integer | ||
| dataset_id | String | ||
| id | String |
Example
require 'trieve_ruby_client'
instance = TrieveRubyClient::DatasetUsageCount.new(
chunk_count: null,
dataset_id: null,
id: null
)