HardwareValidationStatusResponse

data class HardwareValidationStatusResponse(val lastValidationTime: String, val result: String)

Constructors

Link copied to clipboard
constructor(lastValidationTime: String, result: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp of the hardware validation execution.

Link copied to clipboard

The outcome of the hardware validation.