Class MatchTeam
- Namespace
- Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Types
- Assembly
- Sportradar.LiveData.Sdk.dll
Match Team
[Serializable]
public class MatchTeam
- Inheritance
-
MatchTeam
- Inherited Members
Properties
DateOfBirth
Date of birth
public string DateOfBirth { get; }
Property Value
Nationality
Nationality
public string Nationality { get; }
Property Value
Side
Gets the home or away side of team
public Team Side { get; }
Property Value
- Team
The home or away side of team
Methods
ToString()
Returns a string that represents the current object
public override string ToString()
Returns
- string
A string that represents the current object
Remarks
Can be used for diagnostics purposes