Table of Contents

ForecastDaily 类

命名空间
ClassIsland.Core.Models.Weather
程序集
ClassIsland.Core.dll
public class ForecastDaily
继承
ForecastDaily
继承成员

属性

PrecipitationProbability

[JsonPropertyName("precipitationProbability")]
public StatusValueBase<List<string>> PrecipitationProbability { get; set; }

属性值

StatusValueBase<List<string>>

SunRiseSet

[JsonPropertyName("sunRiseSet")]
public StatusValueBase<List<RangedValue>> SunRiseSet { get; set; }

属性值

StatusValueBase<List<RangedValue>>

Temperature

[JsonPropertyName("temperature")]
public StatusValueBase<List<RangedValue>> Temperature { get; set; }

属性值

StatusValueBase<List<RangedValue>>

Weather

[JsonPropertyName("weather")]
public StatusValueBase<List<RangedValue>> Weather { get; set; }

属性值

StatusValueBase<List<RangedValue>>