InMageAgentDetailsResponse

data class InMageAgentDetailsResponse(val agentExpiryDate: String? = null, val agentUpdateStatus: String? = null, val agentVersion: String? = null, val postUpdateRebootStatus: String? = null)

The details of the InMage agent.

Constructors

Link copied to clipboard
constructor(agentExpiryDate: String? = null, agentUpdateStatus: String? = null, agentVersion: String? = null, postUpdateRebootStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agentExpiryDate: String? = null

Agent expiry date.

Link copied to clipboard

A value indicating whether installed agent needs to be updated.

Link copied to clipboard
val agentVersion: String? = null

The agent version.

Link copied to clipboard

A value indicating whether reboot is required after update is applied.