Click or drag to resize

ISeasonCoverage Interface

Defines an interface representing season coverage info

Namespace: Sportradar.OddsFeed.SDK.Entities.REST
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface ISeasonCoverage

The ISeasonCoverage type exposes the following members.

Properties
 NameDescription
Public propertyMaxCoverageLevel Gets the string representation of the maximum coverage available for the season associated with the current instance
Public propertyMaxCovered Gets the max covered value
Public propertyMinCoverageLevel Gets the name of the minimum coverage guaranteed for the season associated with the current instance
Public propertyPlayed Gets the played value
Public propertyScheduled Gets the scheduled value
Public propertySeasonId Gets the identifier of the season
Top
See Also