Property PauseRemaining
PauseRemaining
[JsonPropertyName("pause_remaining")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonConverter(typeof(NatsJSJsonNullableNanosecondsConverter))]
public TimeSpan? PauseRemaining { get; init; }