Property Subjects
Subjects
Subjects and their message counts when a subjects_filter was set
[JsonPropertyName("subjects")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public IDictionary<string, long>? Subjects { get; set; }
Subjects and their message counts when a subjects_filter was set
[JsonPropertyName("subjects")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public IDictionary<string, long>? Subjects { get; set; }