Click or drag to resize

IRestMessageGeneratedAt Property

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

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#
DateTime? GeneratedAt { get; }

Property Value

NullableDateTime
See Also