WeatherHourForecast

data class WeatherHourForecast(val temperature: Int, val timeLocal: String, val iconCode: Int, val precipChance: Int)

Constructors

Link copied to clipboard
constructor(temperature: Int, timeLocal: String, iconCode: Int, precipChance: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard