ImageScanStatusResponse

data class ImageScanStatusResponse(val description: String? = null, val status: ScanStatusEnumValueResponse? = null)

Definition of ImageScanStatus

Constructors

Link copied to clipboard
constructor(description: String? = null, status: ScanStatusEnumValueResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the image scan status.

Link copied to clipboard

The current state of an image scan.