Property Cc
Cc
The routing keys the message should be routed to at the time of publishing.
[JsonPropertyName("cc")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public List<string>? Cc { get; set; }
The routing keys the message should be routed to at the time of publishing.
[JsonPropertyName("cc")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public List<string>? Cc { get; set; }