Package-level declarations

Types

Link copied to clipboard
@Serializable
data class HistoricalWeather(val code: String, val fxLink: String? = null, val refer: Refer = Refer(), val weatherDaily: HistoricalWeather.WeatherDaily? = null, val weatherHourly: List<HistoricalWeather.WeatherHourly> = emptyList()) : QWSdkResponse