Interface IEventTimeline
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract for classes implementing event timeline for specific ISportEvent
public interface IEventTimeline
Properties
TimelineEvents
Gets the chronological list of events
IEnumerable<ITimelineEvent> TimelineEvents { get; }
Property Value
- IEnumerable<ITimelineEvent>
The chronological list of events