Property PauseRemaining
PauseRemaining
If the consumer is IsPaused, this contains how much time is remaining until this consumer is unpaused.
[JsonPropertyName("pause_remaining")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonConverter(typeof(NatsJSJsonNullableNanosecondsConverter))]
public TimeSpan? PauseRemaining { get; set; }