Table of Contents

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

CoveredFrom?

Includes

A IEnumerable<T> representation of the includes

public IEnumerable<string> Includes

Field Value

IEnumerable<string>

IsLive

A bool indicating if the coverage is live

public bool IsLive

Field Value

bool

Level

A string representation of the level

public string Level

Field Value

string