Click or drag to resize

IRestMessage Interface

Defines a contract implemented by all classes representing messages received from the feed's REST interface

Namespace: Sportradar.OddsFeed.SDK.Entities.REST
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IRestMessage

The IRestMessage type exposes the following members.

Properties
 NameDescription
Public propertyGeneratedAt Gets a DateTime instance specifying when the message represented by the current IRestMessage was generated, or a null reference if time of generation is not defined
Top
See Also