Property Stream
Stream
The name of the stream that received the message
[JsonPropertyName("stream")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required]
public string? Stream { get; set; }
The name of the stream that received the message
[JsonPropertyName("stream")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required]
public string? Stream { get; set; }