http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-ai-anthropic
/
org.http4k.connect.anthropic.action
/
UserLocation
User
Location
@
JsonSerializable
data
class
UserLocation
(
val
city
:
String
?
=
null
,
val
region
:
String
?
=
null
,
val
country
:
String
?
=
null
,
val
timezone
:
String
?
=
null
,
val
type
:
String
=
"approximate"
)
(
source
)
Members
Constructors
User
Location
Link copied to clipboard
constructor
(
city
:
String
?
=
null
,
region
:
String
?
=
null
,
country
:
String
?
=
null
,
timezone
:
String
?
=
null
,
type
:
String
=
"approximate"
)
Properties
city
Link copied to clipboard
val
city
:
String
?
country
Link copied to clipboard
val
country
:
String
?
region
Link copied to clipboard
val
region
:
String
?
timezone
Link copied to clipboard
val
timezone
:
String
?
type
Link copied to clipboard
val
type
:
String