Class ExportableDrawResult
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import draw result cache item properties
[Serializable]
public class ExportableDrawResult
- Inheritance
-
ExportableDrawResult
- Inherited Members
Properties
Names
A IDictionary<TKey, TValue> containing translated names
public IDictionary<CultureInfo, string> Names { get; set; }
Property Value
Value
A int representing the value
public int? Value { get; set; }
Property Value
- int?