toggle menu
Dermato.AI
androidJvm
switch theme
search in API
Dermato.AI
/
com.dermatoai.api
/
Weather
Weather
data
class
Weather
(
val
current
:
CurrentWeather
,
val
daily
:
DailyWeather
)
Members
Constructors
Weather
Link copied to clipboard
constructor
(
current
:
CurrentWeather
,
daily
:
DailyWeather
)
Properties
current
Link copied to clipboard
@
SerializedName
(
value
=
"current"
)
val
current
:
CurrentWeather
daily
Link copied to clipboard
@
SerializedName
(
value
=
"daily"
)
val
daily
:
DailyWeather