Property Active
Active
When last the mirror had activity, in nanoseconds. Value will be -1 when there has been no activity.
[JsonPropertyName("active")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonConverter(typeof(NatsJSJsonNanosecondsConverter))]
public TimeSpan Active { get; set; }