ReprotectAgentDetailsResponse

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
constructor(health: String, healthErrors: List<HealthErrorResponse>, id: String, lastHeartbeatUtc: String, name: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The health of the reprotect agent.

Link copied to clipboard

The health errors.

Link copied to clipboard
val id: String

The reprotect agent Id.

Link copied to clipboard

The last heartbeat received from the reprotect agent.

Link copied to clipboard

The reprotect agent name.

Link copied to clipboard

The version.