Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 382 Bytes

GroupData.md

File metadata and controls

20 lines (14 loc) · 382 Bytes

TrieveRubyClient::GroupData

Properties

Name Type Description Notes
groups Array<ChunkGroupAndFile>
total_pages Integer

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::GroupData.new(
  groups: null,
  total_pages: null
)