Property Expires
Expires
A duration from now when the pull should expire, stated in nanoseconds, 0 for no expiry
[JsonPropertyName("expires")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[JsonConverter(typeof(NatsJSJsonNanosecondsConverter))]
public TimeSpan Expires { get; set; }