TrieveRubyClient::LocationRadius
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| center | GeoInfo | ||
| radius | Float |
Example
require 'trieve_ruby_client'
instance = TrieveRubyClient::LocationRadius.new(
center: null,
radius: null
)
| Name | Type | Description | Notes |
|---|---|---|---|
| center | GeoInfo | ||
| radius | Float |
require 'trieve_ruby_client'
instance = TrieveRubyClient::LocationRadius.new(
center: null,
radius: null
)