TrieveRubyClient::LocationPolygon
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| exterior | Array<GeoInfo> | ||
| interior | Array<Array<GeoInfo>> | [optional] |
Example
require 'trieve_ruby_client'
instance = TrieveRubyClient::LocationPolygon.new(
exterior: null,
interior: null
)