Guest Agent Profile Response
data class GuestAgentProfileResponse(val agentVersion: String, val clientPublicKey: String? = null, val errorDetails: List<ErrorDetailResponse>, val lastStatusChange: String, val status: String, val vmUuid: String)
Defines the resource properties.
Constructors
Link copied to clipboard
fun GuestAgentProfileResponse(agentVersion: String, clientPublicKey: String? = null, errorDetails: List<ErrorDetailResponse>, lastStatusChange: String, status: String, vmUuid: String)