Class Lineups
- Namespace
- Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Entities
- Assembly
- Sportradar.LiveData.Sdk.dll
The current lineup.
[Serializable]
public class Lineups : ScoutEntityBase
- Inheritance
-
Lineups
- Inherited Members
Properties
Managers
Team managers
public List<Manager> Managers { get; }
Property Value
MatchId
Match ID.
public long MatchId { get; }
Property Value
Players
List of players in lineup
public List<Player> Players { get; }
Property Value
Preliminary
public bool? Preliminary { get; }
Property Value
- bool?
TeamOfficals
Team officals
public List<TeamOffical> TeamOfficals { get; }
Property Value
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.