Table of Contents

Interface ICoverageInfo

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest
Assembly
Sportradar.OddsFeed.SDK.dll

Defines a contract implemented by classes providing coverage information

public interface ICoverageInfo : IEntityPrinter
Inherited Members

Properties

CoveredFrom

Gets a CoveredFrom describing the coverage location

CoveredFrom? CoveredFrom { get; }

Property Value

CoveredFrom?

Includes

Gets a IEnumerable<T> specifying what is included in the coverage represented by the current ICoverageInfo instance

IEnumerable<string> Includes { get; }

Property Value

IEnumerable<string>

IsLive

Gets a value indicating whether the coverage represented by current ICoverageInfo is live coverage

bool IsLive { get; }

Property Value

bool

Level

Gets a string describing the level of the available coverage

string Level { get; }

Property Value

string