private class Message { @JsonProperty("target") lateinit var target: String @JsonProperty("alert") lateinit var alert: AlertType }