Interface ITeamStatistics
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract for classes implementing team statistics
public interface ITeamStatistics
Properties
Cards
Gets the total count of received cards
int? Cards { get; }
Property Value
- int?
The total count of received cards
CornerKicks
Gets the total count of corner kicks
int? CornerKicks { get; }
Property Value
- int?
The total count of corner kicks
GreenCards
Gets the total count of green cards
int? GreenCards { get; }
Property Value
- int?
The total count of green cards
HomeAway
Gets an indication if the statistics are for the home or away team
HomeAway? HomeAway { get; }
Property Value
- HomeAway?
An indication if the statistics are for the home or away team
Name
Gets the name
string Name { get; }
Property Value
- string
The name
RedCards
Gets the total count of red cards
int? RedCards { get; }
Property Value
- int?
The total count of red cards
TeamId
Gets the team id
Urn TeamId { get; }
Property Value
- Urn
The team id
YellowCards
Gets the total count of yellow cards
int? YellowCards { get; }
Property Value
- int?
The total count of yellow cards
YellowRedCards
Gets the total count of yellow-red cards
int? YellowRedCards { get; }
Property Value
- int?
The total count of yellow-red cards