Property Name
Name
The name of the Stream being replicated
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public required string Name { get; set; }
The name of the Stream being replicated
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public required string Name { get; set; }