Interface IPeriodStatistics
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract for classes implementing period statistics
public interface IPeriodStatistics
Properties
PeriodName
Gets the name of the period
string PeriodName { get; }
Property Value
- string
The name of the period
TeamStatistics
Gets the list of team statistics for specific period
IEnumerable<ITeamStatistics> TeamStatistics { get; }
Property Value
- IEnumerable<ITeamStatistics>
The list of team statistics for specific period