Class Clouds
- Namespace
- SimpleWeather
- Assembly
- SimpleWeather.dll
Represents the cloud coverage portion of a current weather response.
public class Clouds
- Inheritance
-
Clouds
- Inherited Members
Constructors
Clouds(JToken?)
Initializes a new Clouds instance from the supplied JSON token.
public Clouds(JToken? data)
Parameters
dataJTokenThe JSON fragment that contains the cloudiness value.
Properties
Cloudiness
Cloudiness, %
public double? Cloudiness { get; }