Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 343 Bytes

AddChunkToGroupData.md

File metadata and controls

18 lines (12 loc) · 343 Bytes

TrieveRubyClient::AddChunkToGroupData

Properties

Name Type Description Notes
chunk_id String Id of the chunk to make a member of the group.

Example

require 'trieve_ruby_client'

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