WindInfo 类
- 命名空间
- ClassIsland.Core.Models.Weather
- 程序集
- ClassIsland.Core.dll
public class WindInfo
- 继承
-
WindInfo
- 继承成员
属性
Direction
[JsonPropertyName("direction")]
public ValueUnitPair Direction { get; set; }
属性值
Speed
[JsonPropertyName("speed")]
public ValueUnitPair Speed { get; set; }