Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 613 Bytes

ChunkGroup.md

File metadata and controls

30 lines (24 loc) · 613 Bytes

TrieveRubyClient::ChunkGroup

Properties

Name Type Description Notes
created_at Time
dataset_id String
description String
id String
name String
tracking_id String [optional]
updated_at Time

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::ChunkGroup.new(
  created_at: null,
  dataset_id: null,
  description: null,
  id: null,
  name: null,
  tracking_id: null,
  updated_at: null
)