TrieveRubyClient::DateRange
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| gt | String | [optional] | |
| gte | String | [optional] | |
| lt | String | [optional] | |
| lte | String | [optional] |
Example
require 'trieve_ruby_client'
instance = TrieveRubyClient::DateRange.new(
gt: null,
gte: null,
lt: null,
lte: null
)