sdk
sdk
/
com.sygic.sdk
/
Online
/
ProductServer
/
Ids
Ids
@
JsonClass
(
generateAdapter
=
true
)
data
class
Ids
(
@
Json
(
name
=
"AllMaps"
)
val
allMaps
:
String
?
=
null
,
@
Json
(
name
=
"AllVoices"
)
val
allVoices
:
String
?
=
null
,
@
Json
(
name
=
"MapContinents"
)
val
mapContinents
:
String
?
=
null
)
Content copied to clipboard
Constructors
Properties
Constructors
Ids
Link copied to clipboard
fun
Ids
(
@
Json
(
name
=
"AllMaps"
)
allMaps
:
String
?
=
null
,
@
Json
(
name
=
"AllVoices"
)
allVoices
:
String
?
=
null
,
@
Json
(
name
=
"MapContinents"
)
mapContinents
:
String
?
=
null
)
Content copied to clipboard
Properties
allMaps
Link copied to clipboard
val
allMaps
:
String
?
=
null
Content copied to clipboard
allVoices
Link copied to clipboard
val
allVoices
:
String
?
=
null
Content copied to clipboard
mapContinents
Link copied to clipboard
val
mapContinents
:
String
?
=
null
Content copied to clipboard