toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.chat
/
ApproximateLocation
Approximate
Location
@
Serializable
data
class
ApproximateLocation
(
val
city
:
String
?
=
null
,
val
country
:
String
?
=
null
,
val
region
:
String
?
=
null
,
val
timezone
:
String
?
=
null
)
Approximate location details.
Members
Constructors
Approximate
Location
Link copied to clipboard
constructor
(
city
:
String
?
=
null
,
country
:
String
?
=
null
,
region
:
String
?
=
null
,
timezone
:
String
?
=
null
)
Properties
city
Link copied to clipboard
@
SerialName
(
value
=
"city"
)
val
city
:
String
?
=
null
country
Link copied to clipboard
@
SerialName
(
value
=
"country"
)
val
country
:
String
?
=
null
region
Link copied to clipboard
@
SerialName
(
value
=
"region"
)
val
region
:
String
?
=
null
timezone
Link copied to clipboard
@
SerialName
(
value
=
"timezone"
)
val
timezone
:
String
?
=
null