Class ExportableEventTimeline
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import event timeline cache item properties
[Serializable]
public class ExportableEventTimeline
- Inheritance
-
ExportableEventTimeline
- Inherited Members
Properties
FetchedCultures
A IEnumerable<T> representation of the fetched cultures
public IEnumerable<CultureInfo> FetchedCultures { get; set; }
Property Value
IsFinalized
A bool indicating if the time line is finished
public bool IsFinalized { get; set; }
Property Value
Timeline
A IEnumerable<T> representation of the timeline
public IEnumerable<ExportableTimelineEvent> Timeline { get; set; }