Table of Contents

Interface IRestMessage

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

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

public interface IRestMessage

Properties

GeneratedAt

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

DateTime? GeneratedAt { get; }

Property Value

DateTime?