Class ExportableWeatherInfo
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import weather info cache item properties
[Serializable]
public class ExportableWeatherInfo
- Inheritance
-
ExportableWeatherInfo
- Inherited Members
Properties
Pitch
A string specifying the pitch
public string Pitch { get; set; }
Property Value
TemperatureCelsius
A int specifying the temperature
public int? TemperatureCelsius { get; set; }
Property Value
- int?
WeatherConditions
A string specifying the weather conditions
public string WeatherConditions { get; set; }
Property Value
Wind
A string specifying the wind
public string Wind { get; set; }
Property Value
WindAdvantage
A string specifying the wind advantage
public string WindAdvantage { get; set; }