Suppression
@JsonClass(generateAdapter = true)
A suppression that is relevant to a result.
Since
0.12.0
Constructors
Link copied to clipboard
constructor(@Json(name = "guid") guid: String? = null, @Json(name = "justification") justification: String? = null, @Json(name = "kind") kind: SuppressionKind, @Json(name = "location") location: Location? = null, @Json(name = "properties") properties: PropertyBag? = null, @Json(name = "state") state: State? = null)