WeatherInfo 类
- 命名空间
- ClassIsland.Core.Models.Weather
- 程序集
- ClassIsland.Core.dll
- 继承
-
WeatherInfo
- 继承成员
-
属性
Alerts
[JsonPropertyName("alerts")]
public List<WeatherAlert> Alerts { get; set; }
属性值
- List<WeatherAlert>
Current
[JsonPropertyName("current")]
public CurrentWeather Current { get; set; }
属性值
- CurrentWeather
ForecastDaily
[JsonPropertyName("forecastDaily")]
public ForecastDaily ForecastDaily { get; set; }
属性值
- ForecastDaily
ForecastHourly
[JsonPropertyName("forecastHourly")]
public ForecastHourly ForecastHourly { get; set; }
属性值
- ForecastHourly
Minutely
[JsonPropertyName("minutely")]
public Minutely Minutely { get; set; }
属性值
- Minutely
UpdateTime
[JsonIgnore]
public DateTime UpdateTime { get; }
属性值
- DateTime
UpdateTimeUnix
[JsonPropertyName("updateTime")]
public long UpdateTimeUnix { get; set; }
属性值
- long