TrieveRubyClient::GeoInfo

Properties

Name Type Description Notes
lat GeoTypes
lon GeoTypes

Example

require 'trieve_ruby_client'

instance = TrieveRubyClient::GeoInfo.new(
  lat: null,
  lon: null
)