Property Consumers
Consumers
[JsonPropertyName("consumers")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required]
public ICollection<string> Consumers { get; set; }
[JsonPropertyName("consumers")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required]
public ICollection<string> Consumers { get; set; }