SpecialLocations
@JsonClass(generateAdapter = true)
A specialLocations object that defines locations of special significance to SARIF consumers.
Defines locations of special significance to SARIF consumers.
Since
0.12.0
Constructors
Link copied to clipboard
constructor(@Json(name = "displayBase") displayBase: ArtifactLocation? = null, @Json(name = "properties") properties: PropertyBag? = null)