Class MatchList
- Namespace
- Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Entities
- Assembly
- Sportradar.LiveData.Sdk.dll
List of matches in the time frame requested by the client.
[Serializable]
public class MatchList : ScoutEntityBase
- Inheritance
-
MatchList
- Derived
- Inherited Members
Properties
Matches
List of matches in the time frame requested by the client.
public List<MatchUpdate> Matches { 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.