shared
1.27.0
common
shared
/
io.dyte.core.network.models
/
IpDetailsResponsePayload
Ip
Details
Response
Payload
@
Serializable
data
class
IpDetailsResponsePayload
(
val
city
:
String
=
""
,
val
country
:
String
=
""
,
val
region
:
String
=
""
,
val
location
:
String
=
""
,
val
timezone
:
String
=
""
,
val
ip
:
String
=
""
,
val
postal
:
String
=
""
)
Members
Constructors
Ip
Details
Response
Payload
Link copied to clipboard
constructor
(
city
:
String
=
""
,
country
:
String
=
""
,
region
:
String
=
""
,
location
:
String
=
""
,
timezone
:
String
=
""
,
ip
:
String
=
""
,
postal
:
String
=
""
)
Properties
city
Link copied to clipboard
val
city
:
String
country
Link copied to clipboard
val
country
:
String
ip
Link copied to clipboard
val
ip
:
String
location
Link copied to clipboard
val
location
:
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