CollectorAgentPropertiesBaseResponse

data class CollectorAgentPropertiesBaseResponse(val id: String? = null, val lastHeartbeatUtc: String? = null, val spnDetails: CollectorAgentSpnPropertiesBaseResponse? = null, val version: String? = null)

Collector agent property class.

Constructors

Link copied to clipboard
constructor(id: String? = null, lastHeartbeatUtc: String? = null, spnDetails: CollectorAgentSpnPropertiesBaseResponse? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Gets the collector agent id.

Link copied to clipboard

Gets the collector last heartbeat time.

Link copied to clipboard

Gets or sets the SPN details.

Link copied to clipboard
val version: String? = null

Gets the collector agent version.