Class ExportableLottery
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import lottery cache item properties
[Serializable]
public class ExportableLottery : ExportableSportEvent
- Inheritance
-
ExportableLottery
- Inherited Members
Properties
BonusInfo
A ExportableBonusInfo representing the bonus info
public ExportableBonusInfo BonusInfo { get; set; }
Property Value
CategoryId
A string representing the category id
public string CategoryId { get; set; }
Property Value
DrawInfo
A ExportableDrawInfo representing the draw info
public ExportableDrawInfo DrawInfo { get; set; }
Property Value
ScheduledDraws
A IEnumerable<T> representing the scheduled draws
public IEnumerable<string> ScheduledDraws { get; set; }