Property IsPaused
IsPaused
Whether the consumer is paused.
[JsonPropertyName("paused")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool IsPaused { get; set; }
Whether the consumer is paused.
[JsonPropertyName("paused")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool IsPaused { get; set; }