Property LastBySubj
LastBySubj
Retrieves the last message for a given subject, cannot be combined with seq
[JsonPropertyName("last_by_subj")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? LastBySubj { get; set; }
Retrieves the last message for a given subject, cannot be combined with seq
[JsonPropertyName("last_by_subj")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? LastBySubj { get; set; }