LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.api.thirdparty
/
IpInfoApi
/
IpData
Ip
Data
data
class
IpData
(
val
ip
:
String
?
,
val
hostname
:
String
?
,
val
city
:
String
?
,
val
region
:
String
?
,
val
country
:
String
?
,
val
loc
:
String
?
,
val
org
:
String
?
,
val
postal
:
String
?
,
val
timezone
:
String
?
)
Represents information about an IP address
Members
Constructors
Ip
Data
Link copied to clipboard
constructor
(
ip
:
String
?
,
hostname
:
String
?
,
city
:
String
?
,
region
:
String
?
,
country
:
String
?
,
loc
:
String
?
,
org
:
String
?
,
postal
:
String
?
,
timezone
:
String
?
)
Properties
city
Link copied to clipboard
val
city
:
String
?
country
Link copied to clipboard
val
country
:
String
?
hostname
Link copied to clipboard
val
hostname
:
String
?
ip
Link copied to clipboard
val
ip
:
String
?
loc
Link copied to clipboard
val
loc
:
String
?
org
Link copied to clipboard
val
org
:
String
?
postal
Link copied to clipboard
val
postal
:
String
?
region
Link copied to clipboard
val
region
:
String
?
timezone
Link copied to clipboard
val
timezone
:
String
?