TrieveRubyClient::BookmarkGroupResult
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| chunk_uuid | String | ||
| slim_groups | Array<SlimGroup> |
Example
require 'trieve_ruby_client'
instance = TrieveRubyClient::BookmarkGroupResult.new(
chunk_uuid: null,
slim_groups: null
)