ExternalPropertyFileReference

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
constructor()

Properties

Link copied to clipboard
@SerializedName(value = "guid")
@Expose
open var guid: String
A stable, unique identifer for the external property file in the form of a GUID.
Link copied to clipboard
@SerializedName(value = "itemCount")
@Expose
open var itemCount: Integer
A non-negative integer specifying the number of items contained in the external property file.
Link copied to clipboard
@SerializedName(value = "location")
@Expose
open var location: ArtifactLocation
Specifies the location of an artifact.
Link copied to clipboard
@SerializedName(value = "properties")
@Expose
open var properties: PropertyBag
Key/value pairs that provide additional information about the object.

Functions

Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
abstract fun getProperties(): PropertyBag
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
abstract fun setProperties(<set-?>: PropertyBag)
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun updateProperties(mutator: (in PropertyBag) -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard