Property NoWait
NoWait
When true a response with a 404 status header will be returned when no messages are available
[JsonPropertyName("no_wait")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool NoWait { get; set; }
When true a response with a 404 status header will be returned when no messages are available
[JsonPropertyName("no_wait")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool NoWait { get; set; }