Class ExportableDraw
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import draw cache item properties
[Serializable]
public class ExportableDraw : ExportableSportEvent
- Inheritance
-
ExportableDraw
- Inherited Members
Properties
DisplayId
A int representing the display id
public int? DisplayId { get; set; }
Property Value
- int?
DrawStatus
A DrawStatus representing the draw status
public DrawStatus DrawStatus { get; set; }
Property Value
LotteryId
A string representing the lottery id
public string LotteryId { get; set; }
Property Value
Results
A IEnumerable<T> representing the results
public IEnumerable<ExportableDrawResult> Results { get; set; }
Property Value
ResultsChronological
A bool indicating if the results are chronological
public bool ResultsChronological { get; set; }