Property SubjectTransforms
SubjectTransforms
Subject transforms to apply to matching messages
[JsonPropertyName("subject_transforms")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ICollection<SubjectTransform>? SubjectTransforms { get; set; }