Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 423 Bytes

Range.md

File metadata and controls

24 lines (18 loc) · 423 Bytes

TrieveRubyClient::Range

Properties

Name Type Description Notes
gt Float [optional]
gte Float [optional]
lt Float [optional]
lte Float [optional]

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::Range.new(
  gt: null,
  gte: null,
  lt: null,
  lte: null
)