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
)