Property State
State
Detail about the current State of the Stream
[JsonPropertyName("state")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required]
public StreamState State { get; set; }
Detail about the current State of the Stream
[JsonPropertyName("state")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required]
public StreamState State { get; set; }