Interface ISeasonCoverage
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines an interface representing season coverage info
public interface ISeasonCoverage
Properties
MaxCoverageLevel
Gets the string representation of the maximum coverage available for the season associated with the current instance
string MaxCoverageLevel { get; }
Property Value
MaxCovered
Gets the max covered value
int? MaxCovered { get; }
Property Value
- int?
MinCoverageLevel
Gets the name of the minimum coverage guaranteed for the season associated with the current instance
string MinCoverageLevel { get; }
Property Value
Played
Gets the played value
int Played { get; }
Property Value
Scheduled
Gets the scheduled value
int Scheduled { get; }
Property Value
SeasonId
Gets the identifier of the season
Urn SeasonId { get; }