Class ExportableCoverageInfo
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import coverage info cache item properties
[Serializable]
public class ExportableCoverageInfo
- Inheritance
-
ExportableCoverageInfo
- Inherited Members
Fields
CoveredFrom
A CoveredFrom representation of the covered from
public CoveredFrom? CoveredFrom
Field Value
Includes
A IEnumerable<T> representation of the includes
public IEnumerable<string> Includes
Field Value
IsLive
A bool indicating if the coverage is live
public bool IsLive
Field Value
Level
A string representation of the level
public string Level