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)]
public ICollection<long>? Backoff { get; set; }