Class ExportableDrawInfo
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import draw info cache item properties
[Serializable]
public class ExportableDrawInfo
- Inheritance
-
ExportableDrawInfo
- Inherited Members
Properties
DrawType
A DrawType representing the draw type
public DrawType DrawType { get; set; }
Property Value
GameType
A string representing the game type
public string GameType { get; set; }
Property Value
TimeType
A TimeType representing the time type
public TimeType TimeType { get; set; }