sdk
/
com.sygic.sdk
/
Online
/
ProductServer
/
Ids
Ids
@
JsonClass
(
generateAdapter =
true
)
data class
Ids
(
@
Json
(
name =
AllMaps
)
allMaps:
String
?,
@
Json
(
name =
AllVoices
)
allVoices:
String
?,
@
Json
(
name =
MapContinents
)
mapContinents:
String
?)
Content copied to clipboard
Properties
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