Table of Contents

ForecastHourly 类

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

属性

Temperature

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

属性值

StatusValueBase<List<int>>

Weather

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

属性值

StatusValueBase<List<int>>