Property Time
Time
The time the message was received
[JsonPropertyName("time")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public required DateTimeOffset Time { get; set; }
The time the message was received
[JsonPropertyName("time")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public required DateTimeOffset Time { get; set; }