sdk
sdk
/
com.sygic.sdk
/
Online
/
Incidents
Incidents
@
JsonClass
(
generateAdapter
=
true
)
data
class
Incidents
(
val
url
:
String
?
=
null
,
@
Json
(
name
=
"update_interval"
)
val
updateInterval
:
Int
?
=
null
)
Content copied to clipboard
Types
Constructors
Properties
Constructors
Incidents
Link copied to clipboard
fun
Incidents
(
url
:
String
?
=
null
,
@
Json
(
name
=
"update_interval"
)
updateInterval
:
Int
?
=
null
)
Content copied to clipboard
Types
Builder
Link copied to clipboard
class
Builder
Content copied to clipboard
Properties
updateInterval
Link copied to clipboard
val
updateInterval
:
Int
?
=
null
Content copied to clipboard
url
Link copied to clipboard
val
url
:
String
?
=
null
Content copied to clipboard