Property Subject
Subject
Filter the names to those consuming messages matching this subject or wildcard
[JsonPropertyName("subject")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Subject { get; set; }
Filter the names to those consuming messages matching this subject or wildcard
[JsonPropertyName("subject")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Subject { get; set; }