ExternalPropertyFileReference
@JsonClass(generateAdapter = true)
Content copied to clipboard
An external property file containing a run.conversion object to be merged with the root log file.
An external property file containing a run.driver object to be merged with the root log file.
An external property file containing a run.properties object to be merged with the root log file.
Contains information that enables a SARIF consumer to locate the external property file that contains the value of an externalized property associated with the run.
Constructors
Link copied to clipboard
fun ExternalPropertyFileReference( @Json(name = "guid") guid: String? = null, @Json(name = "itemCount") itemCount: Int? = null, @Json(name = "location") location: ArtifactLocation? = null, @Json(name = "properties") properties: PropertyBag? = null)
Content copied to clipboard