Suppression

@Serializable
data class Suppression(val guid: String? = null, val justification: String? = null, val kind: SuppressionKind, val location: Location? = null, val properties: PropertyBag? = null, val status: Status? = null)

A suppression that is relevant to a result.

Constructors

Link copied to clipboard
constructor(guid: String? = null, justification: String? = null, kind: SuppressionKind, location: Location? = null, properties: PropertyBag? = null, status: Status? = null)

Properties

Link copied to clipboard
val guid: String? = null

A stable, unique identifer for the suprression in the form of a GUID.

Link copied to clipboard
val justification: String? = null

A string representing the justification for the suppression.

Link copied to clipboard

A string that indicates where the suppression is persisted.

Link copied to clipboard
val location: Location? = null

Identifies the location associated with the suppression.

Link copied to clipboard
val properties: PropertyBag? = null

Key/value pairs that provide additional information about the suppression.

Link copied to clipboard
val status: Status? = null

A string that indicates the review status of the suppression.