Click or drag to resize

ITeamStatistics 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 ITeamStatistics

The ITeamStatistics type exposes the following members.

Properties
 NameDescription
Public propertyCards Gets the total count of received cards
Public propertyCornerKicks Gets the total count of corner kicks
Public propertyHomeAway Gets an indication if the statistics are for the home or away team
Public propertyRedCards Gets the total count of red cards
Public propertyYellowCards Gets the total count of yellow cards
Public propertyYellowRedCards Gets the total count of yellow-red cards
Top
See Also