nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.ext.phonecall
/
Person
/
Address
Address
data
class
Address
(
val
road
:
String
?
,
val
jibun
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Address
Link copied to clipboard
fun
Address
(
road
:
String
?
,
jibun
:
String
?
)
Content copied to clipboard
Properties
jibun
Link copied to clipboard
@
SerializedName
(
value
=
"jibun"
)
val
jibun
:
String
?
Content copied to clipboard
road
Link copied to clipboard
@
SerializedName
(
value
=
"road"
)
val
road
:
String
?
Content copied to clipboard