TrieveRubyClient::BookmarkData
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| chunks | Array<ChunkMetadata> | ||
| group | ChunkGroup | ||
| total_pages | Integer |
Example
require 'trieve_ruby_client'
instance = TrieveRubyClient::BookmarkData.new(
chunks: null,
group: null,
total_pages: null
)