Property DeliverSubject
DeliverSubject
The NATS subject where the snapshot will be delivered
[JsonPropertyName("deliver_subject")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required]
public required string DeliverSubject { get; set; }
The NATS subject where the snapshot will be delivered
[JsonPropertyName("deliver_subject")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required]
public required string DeliverSubject { get; set; }