TrieveRubyClient::LocationBoundingBox

Properties

Name Type Description Notes
bottom_right GeoInfo
top_left GeoInfo

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::LocationBoundingBox.new(
  bottom_right: null,
  top_left: null
)