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
)
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
)
Properties
all
Maps
Link copied to clipboard
val
allMaps
:
String
?
=
null
all
Voices
Link copied to clipboard
val
allVoices
:
String
?
=
null
map
Continents
Link copied to clipboard
val
mapContinents
:
String
?
=
null