Click or drag to resize

ITeamStatisticsV2 Interface

Defines a contract for classes implementing team statistics

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 ITeamStatisticsV2 : ITeamStatisticsV1, 
	ITeamStatistics

The ITeamStatisticsV2 type exposes the following members.

Properties
 NameDescription
Public propertyCards Gets the total count of received cards
(Inherited from ITeamStatistics)
Public propertyCornerKicks Gets the total count of corner kicks
(Inherited from ITeamStatistics)
Public propertyGreenCards Gets the total count of green cards
Public propertyHomeAway Gets an indication if the statistics are for the home or away team
(Inherited from ITeamStatistics)
Public propertyName Gets the name
(Inherited from ITeamStatisticsV1)
Public propertyRedCards Gets the total count of red cards
(Inherited from ITeamStatistics)
Public propertyTeamId Gets the team id
(Inherited from ITeamStatisticsV1)
Public propertyYellowCards Gets the total count of yellow cards
(Inherited from ITeamStatistics)
Public propertyYellowRedCards Gets the total count of yellow-red cards
(Inherited from ITeamStatistics)
Top
See Also