Property AutoDelete
AutoDelete
Whether the queue should be deleted when the last consumer unsubscribes.
[JsonPropertyName("autoDelete")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? AutoDelete { get; set; }
Property Value
- bool?