SarifRule

fun SarifRule(    @Json(name = "helpUri") helpURI: String? = null,     @Json(name = "id") id: String,     @Json(name = "name") name: String? = null,     @Json(name = "defaultConfiguration") defaultConfiguration: ReportingConfiguration? = null,     @Json(name = "shortDescription") shortDescription: MultiformatMessageString? = null,     @Json(name = "fullDescription") fullDescription: MultiformatMessageString? = null,     @Json(name = "deprecatedGuids") deprecatedGuids: List<String>? = null,     @Json(name = "deprecatedIds") deprecatedIDS: List<String>? = null,     @Json(name = "deprecatedNames") deprecatedNames: List<String>? = null,     @Json(name = "guid") guid: String? = null,     @Json(name = "help") help: MultiformatMessageString? = null,     @Json(name = "messageStrings") messageStrings: Map<String, MultiformatMessageString>? = null,     @Json(name = "properties") properties: PropertyBag? = null,     @Json(name = "relationships") relationships: List<ReportingDescriptorRelationship>? = null)

Sources

Link copied to clipboard