mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 04:20:52 +00:00
10 KiB
10 KiB
GetGeoDataResponse
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
content_type |
::String | ✔️ | HTTP response content type for this operation | |
status_code |
::Integer | ✔️ | HTTP response status code for this operation | |
raw_response |
Faraday::Response | ✔️ | Raw HTTP response; suitable for custom response parsing | |
geo_data |
T.nilable(Models::Operations::GetGeoDataGeoData) | ➖ | Gets the geo location data of the user | { "code": "VI", "continent_code": "NA", "country": "United States Virgin Islands", "city": "Amsterdam", "european_union_member": true, "time_zone": "America/St_Thomas", "postal_code": 802, "in_privacy_restricted_country": true, "in_privacy_restricted_region": true, "subdivisions": "Saint Thomas", "coordinates": "18.3381, -64.8941" } |