Table of Contents

Interface IResultChange

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest
Assembly
Sportradar.OddsFeed.SDK.dll

Defines a contract implemented by classes representing result change

public interface IResultChange : IEntityPrinter
Inherited Members

Properties

SportEventId

Gets the Urn specifying the sport event

Urn SportEventId { get; }

Property Value

Urn

UpdateTime

Gets the DateTime specifying the last update time

DateTime UpdateTime { get; }

Property Value

DateTime