Property Cluster
Cluster
The name of the cluster holding the stream
[JsonPropertyName("cluster")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public required string Cluster { get; set; }
The name of the cluster holding the stream
[JsonPropertyName("cluster")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public required string Cluster { get; set; }