Property Queue
Queue
When is=queue, this object defines the queue properties.
[JsonPropertyName("queue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public AmqpQueueDefinition? Queue { get; set; }
When is=queue, this object defines the queue properties.
[JsonPropertyName("queue")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public AmqpQueueDefinition? Queue { get; set; }