ScreenResource

constructor(@Json(name = "created_at") createdAt: String, @Json(name = "updated_at") updatedAt: String, @Json(name = "id") id: String, @Json(name = "name") name: String, @Json(name = "results") results: Map<SeverityType, Int?>, @Json(name = "path") path: String?, @Json(name = "classname") className: String?, @Json(name = "screenshot") screenshot: String?, @Json(name = "links") links: Links)

Parameters

createdAt

The timestamp when the screen was created.

updatedAt

The timestamp when the screen was last updated.

id

The unique identifier of the screen.

name

The name of the screen.

results

The results count for the report.

path

The path to get to the screen (optional).

className

The class name associated with the screen (optional).

screenshot

The URL of the first screenshot of the first associated result (optional).

links

The links associated with the screen.