Weather

data class Weather(val current: CurrentWeather, val daily: DailyWeather)

Constructors

Link copied to clipboard
constructor(current: CurrentWeather, daily: DailyWeather)

Properties

Link copied to clipboard
@SerializedName(value = "current")
val current: CurrentWeather
Link copied to clipboard
@SerializedName(value = "daily")
val daily: DailyWeather