Class ExportableTimelineEvent
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import pitcher cache item properties
[Serializable]
public class ExportableTimelineEvent
- Inheritance
-
ExportableTimelineEvent
- Inherited Members
Properties
Assists
A IEnumerable<T> specifying the assists
public IEnumerable<ExportableEventPlayerAssist> Assists { get; set; }
Property Value
AwayScore
A decimal specifying the away score
public decimal? AwayScore { get; set; }
Property Value
GoalScorer
A ExportableEventPlayer specifying the goal scorer
public ExportableEventPlayer GoalScorer { get; set; }
Property Value
HomeScore
A decimal specifying the home score
public decimal? HomeScore { get; set; }
Property Value
Id
A long specifying the id
public long Id { get; set; }
Property Value
MatchClock
A string specifying the match clock
public string MatchClock { get; set; }
Property Value
MatchStatusCode
A int specifying the match status code
public int? MatchStatusCode { get; set; }
Property Value
- int?
MatchTime
A int specifying the match time
public int? MatchTime { get; set; }
Property Value
- int?
Period
A string specifying the period
public string Period { get; set; }
Property Value
PeriodName
A string specifying the period name
public string PeriodName { get; set; }
Property Value
Player
A ExportableEventPlayer specifying the player
public ExportableEventPlayer Player { get; set; }
Property Value
Points
A string specifying the points
public string Points { get; set; }
Property Value
StoppageTime
A string specifying the stoppage time
public string StoppageTime { get; set; }
Property Value
Team
A HomeAway specifying the team
public HomeAway? Team { get; set; }
Property Value
Time
A DateTime specifying the time
public DateTime Time { get; set; }
Property Value
Type
A string specifying the type
public string Type { get; set; }
Property Value
Value
A string specifying the value
public string Value { get; set; }
Property Value
X
A int specifying the x
public int? X { get; set; }
Property Value
- int?
Y
A int specifying the y
public int? Y { get; set; }
Property Value
- int?