Guest Agent Profile Response
data class GuestAgentProfileResponse(val agentVersion: String, 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, errorDetails: List<ErrorDetailResponse>, lastStatusChange: String, status: String, vmUuid: String)