Installation Response
data class InstallationResponse(val desiredState: String? = null, val operation: AsyncOperationIdResponse, val reasons: List<String>, val reinstallRequired: String, val state: String)
The installation state of the packet core.
Constructors
Link copied to clipboard
fun InstallationResponse(desiredState: String? = null, operation: AsyncOperationIdResponse, reasons: List<String>, reinstallRequired: String, state: String)