Table of Contents

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

List<Manager>

MatchId

Match ID.

public long MatchId { get; }

Property Value

long

Players

List of players in lineup

public List<Player> Players { get; }

Property Value

List<Player>

Preliminary

public bool? Preliminary { get; }

Property Value

bool?

TeamOfficals

Team officals

public List<TeamOffical> TeamOfficals { get; }

Property Value

List<TeamOffical>

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.