Record
place
No description available.
record place {
contained-within: option<list<place-id>>,
country: option<string>,
country-code: option<country-code>,
full-name: string,
geo: option<geo>,
id: place-id,
name: option<string>,
place-type: option<place-type>,
}Fields
| Name | Type | Description |
|---|---|---|
| contained-within | option<list<place-id>> | |
| country | option<string> | |
| country-code | option<country-code> | |
| full-name | string | |
| geo | option<geo> | |
| id | place-id | |
| name | option<string> | |
| place-type | option<place-type> |