ResultResource

constructor(@Json(name = "created_at") createdAt: String, @Json(name = "updated_at") updatedAt: String, @Json(name = "id") id: String, @Json(name = "description") description: String?, @Json(name = "rule") rule: RuleResource, @Json(name = "type") type: SeverityType, @Json(name = "source") source: Source, @Json(name = "screenshots") screenshots: List<String>, @Json(name = "links") links: Links)

Parameters

createdAt

The timestamp when the result was created.

updatedAt

The timestamp when the result was last updated.

id

The unique identifier of the result.

description

A description with more information about the result (optional).

rule

The RuleResource associated with the result.

type

The SeverityType of the result.

source

The Source of the result.

screenshots

An array containing links to screenshots of the result.

links

The links associated with the result.