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