WeatherNowResponse

@Serializable
class WeatherNowResponse(val weatherNow: WeatherNow? = null, val errors: List<WeatherNowError>? = null)

Constructors

Link copied to clipboard
constructor(weatherNow: WeatherNow? = null, errors: List<WeatherNowError>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val weatherNow: WeatherNow? = null