Class weatherInfo
- Namespace
- Sportradar.OddsFeed.SDK.Messages.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
[Serializable]
public class weatherInfo
- Inheritance
-
weatherInfo
- Inherited Members
-
Properties
pitch
public string pitch { get; set; }
Property Value
- string
temperature_celsius
public int temperature_celsius { get; set; }
Property Value
- int
temperature_celsiusSpecified
public bool temperature_celsiusSpecified { get; set; }
Property Value
- bool
weather_conditions
public string weather_conditions { get; set; }
Property Value
- string
wind
public string wind { get; set; }
Property Value
- string
wind_advantage
public string wind_advantage { get; set; }
Property Value
- string