Suppression
@JsonClass(generateAdapter = true)
Content copied to clipboard
A suppression that is relevant to a result.
Constructors
Link copied to clipboard
fun Suppression( @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)
Content copied to clipboard