Property LastTs
LastTs
The timestamp of the last message in the Stream
[JsonPropertyName("last_ts")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? LastTs { get; set; }
The timestamp of the last message in the Stream
[JsonPropertyName("last_ts")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? LastTs { get; set; }