WeatherInfo

@Serializable
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class WeatherInfo(val temperatureInDegC: Double)

Represents weather information.

Constructors

Link copied to clipboard
constructor(temperatureInDegC: Double)

Properties

Link copied to clipboard

The temperature in degrees Celsius.