Class ExportableScheduledStartTimeChange
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import scheduled start time change cache item properties
[Serializable]
public class ExportableScheduledStartTimeChange
- Inheritance
-
ExportableScheduledStartTimeChange
- Inherited Members
Properties
ChangedAt
A DateTime representation of the changed at
public DateTime ChangedAt { get; set; }
Property Value
NewTime
A DateTime representation of the new time
public DateTime NewTime { get; set; }
Property Value
OldTime
A DateTime representation of the old time
public DateTime OldTime { get; set; }