app
app
/
in2000.pedalio.data.weather.source.nowcast
/
Data
Data
data
class
Data
(
val
instant
:
Instant
?
=
null
,
val
next_1_hours
:
Next1Hours
?
=
null
)
Content copied to clipboard
Constructors
Properties
Constructors
Data
Link copied to clipboard
fun
Data
(
instant
:
Instant
?
=
null
,
next_1_hours
:
Next1Hours
?
=
null
)
Content copied to clipboard
Properties
instant
Link copied to clipboard
val
instant
:
Instant
?
=
null
Content copied to clipboard
next_1_hours
Link copied to clipboard
val
next_1_hours
:
Next1Hours
?
=
null
Content copied to clipboard