Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 478 Bytes

AddChunkToGroupData.md

File metadata and controls

20 lines (14 loc) · 478 Bytes

TrieveRubyClient::AddChunkToGroupData

Properties

Name Type Description Notes
chunk_id String Id of the chunk to make a member of the group. [optional]
tracking_id String Tracking Id of the chunk to make a member of the group. [optional]

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::AddChunkToGroupData.new(
  chunk_id: null,
  tracking_id: null
)