Reprotect Agent Details Response
data class ReprotectAgentDetailsResponse(val health: String, val healthErrors: List<HealthErrorResponse>, val id: String, val lastHeartbeatUtc: String, val name: String, val version: String)
Reprotect agent details.
Constructors
Link copied to clipboard
fun ReprotectAgentDetailsResponse(health: String, healthErrors: List<HealthErrorResponse>, id: String, lastHeartbeatUtc: String, name: String, version: String)