Class ExportableSportEventConditions
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import sport event conditions cache item properties
[Serializable]
public class ExportableSportEventConditions
- Inheritance
-
ExportableSportEventConditions
- Inherited Members
Properties
Attendance
A string specifying the attendance of the associated sport event
public string Attendance { get; set; }
Property Value
EventMode
A string specifying the event mode
public string EventMode { get; set; }
Property Value
Pitchers
A IEnumerable<T> specifying the pitchers
public IEnumerable<ExportablePitcher> Pitchers { get; set; }
Property Value
Referee
A ExportableReferee specifying the referee
public ExportableReferee Referee { get; set; }
Property Value
WeatherInfo
A ExportableWeatherInfo specifying the weather info
public ExportableWeatherInfo WeatherInfo { get; set; }