Property Backoff
Backoff
List of durations in Go format that represents a retry time scale for NaK'd messages
[JsonPropertyName("backoff")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonConverter(typeof(NatsJSJsonNullableCollectionNanosecondsConverter))]
public ICollection<TimeSpan>? Backoff { get; set; }