Class MatchData
- Namespace
- Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Entities
- Assembly
- Sportradar.LiveData.Sdk.dll
Match time information during a game.
[Serializable]
public class MatchData : ScoutEntityBase
- Inheritance
-
MatchData
- Inherited Members
Properties
MatchId
Match id.
public long MatchId { get; }
Property Value
MatchTime
Match time.
public string MatchTime { get; }
Property Value
RemainingTimeInPeriod
Specifies the remaining time in this period (when this applies).
public string RemainingTimeInPeriod { 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.