TrieveRubyClient::SlimGroup
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| dataset_id | String | ||
| id | String | ||
| name | String | ||
| of_current_dataset | Boolean |
Example
require 'trieve_ruby_client'
instance = TrieveRubyClient::SlimGroup.new(
dataset_id: null,
id: null,
name: null,
of_current_dataset: null
)