Class ScoutInfos
- Namespace
- Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Entities
- Assembly
- Sportradar.LiveData.Sdk.dll
Match information messages (e.g. Distance between teams, Pre-match avg. odds, etc.)
[Serializable]
public class ScoutInfos : ScoutEntityBase
- Inheritance
-
ScoutInfos
- Inherited Members
Properties
Infos
Collection of match information messages.
public List<ScoutInfo> Infos { get; }
Property Value
MatchId
Match id.
public long MatchId { 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.