Notification
@JsonClass(generateAdapter = true)
Content copied to clipboard
Describes a condition relevant to the tool itself, as opposed to being relevant to a target being analyzed by the tool.
Constructors
Link copied to clipboard
fun Notification( @Json(name = "associatedRule") associatedRule: ReportingDescriptorReference? = null, @Json(name = "descriptor") descriptor: ReportingDescriptorReference? = null, @Json(name = "exception") exception: Exception? = null, @Json(name = "level") level: Level? = null, @Json(name = "locations") locations: List<Location>? = null, @Json(name = "message") message: Message, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "threadId") threadID: Int? = null, @Json(name = "timeUtc") timeUTC: String? = null)
Content copied to clipboard