PushInstallerDetailsResponse

data class PushInstallerDetailsResponse(val biosId: String, val fabricObjectId: String, val fqdn: String, val health: String, val healthErrors: List<HealthErrorResponse>, val id: String, val lastHeartbeatUtc: String, val name: String, val version: String)

Push installer details.

Constructors

Link copied to clipboard
constructor(biosId: String, fabricObjectId: String, fqdn: String, 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 push installer Bios Id.

Link copied to clipboard

The fabric object Id.

Link copied to clipboard

The push installer Fqdn.

Link copied to clipboard

The health of the push installer.

Link copied to clipboard

The health errors.

Link copied to clipboard
val id: String

The push installer Id.

Link copied to clipboard

The last heartbeat received from the push installer.

Link copied to clipboard

The push installer name.

Link copied to clipboard

The version.