TrieveRubyClient::ChunkGroupAndFile
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| created_at | Time | ||
| dataset_id | String | ||
| description | String | ||
| file_id | String | [optional] | |
| id | String | ||
| name | String | ||
| tracking_id | String | [optional] | |
| updated_at | Time |
Example
require 'trieve_ruby_client'
instance = TrieveRubyClient::ChunkGroupAndFile.new(
created_at: null,
dataset_id: null,
description: null,
file_id: null,
id: null,
name: null,
tracking_id: null,
updated_at: null
)