toggle menu
Dermato.AI
androidJvm
switch theme
search in API
Dermato.AI
/
com.dermatoai.api
/
CurrentWeather
Current
Weather
data
class
CurrentWeather
(
val
isDay
:
Int
,
val
weatherCode
:
Int
,
val
cloudCover
:
Int
,
val
windSpeed
:
Double
,
val
temperature
:
Double
,
val
humidity
:
Int
)
Members
Constructors
Current
Weather
Link copied to clipboard
constructor
(
isDay
:
Int
,
weatherCode
:
Int
,
cloudCover
:
Int
,
windSpeed
:
Double
,
temperature
:
Double
,
humidity
:
Int
)
Properties
cloud
Cover
Link copied to clipboard
@
SerializedName
(
value
=
"cloud_cover"
)
val
cloudCover
:
Int
humidity
Link copied to clipboard
@
SerializedName
(
value
=
"relative_humidity_2m"
)
val
humidity
:
Int
is
Day
Link copied to clipboard
@
SerializedName
(
value
=
"is_day"
)
val
isDay
:
Int
temperature
Link copied to clipboard
@
SerializedName
(
value
=
"temperature_2m"
)
val
temperature
:
Double
weather
Code
Link copied to clipboard
@
SerializedName
(
value
=
"weather_code"
)
val
weatherCode
:
Int
wind
Speed
Link copied to clipboard
@
SerializedName
(
value
=
"wind_speed_10m"
)
val
windSpeed
:
Double