ForecastDaily 类
- 命名空间
- ClassIsland.Core.Models.Weather
- 程序集
- ClassIsland.Core.dll
public class ForecastDaily
- 继承
-
ForecastDaily
- 继承成员
属性
PrecipitationProbability
[JsonPropertyName("precipitationProbability")]
public StatusValueBase<List<string>> PrecipitationProbability { get; set; }
属性值
SunRiseSet
[JsonPropertyName("sunRiseSet")]
public StatusValueBase<List<RangedValue>> SunRiseSet { get; set; }
属性值
Temperature
[JsonPropertyName("temperature")]
public StatusValueBase<List<RangedValue>> Temperature { get; set; }
属性值
Weather
[JsonPropertyName("weather")]
public StatusValueBase<List<RangedValue>> Weather { get; set; }