Files
plexjava/docs/models/operations/GetGeoDataResponse.md
2024-09-08 02:40:34 +00:00

10 KiB
Raw Blame History

GetGeoDataResponse

Fields

Field Type Required Description Example
contentType String ✔️ HTTP response content type for this operation
statusCode int ✔️ HTTP response status code for this operation
rawResponse HttpResponse ✔️ Raw HTTP response; suitable for custom response parsing
geoData Optional 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"
}