CollectorPropertiesResponse

data class CollectorPropertiesResponse(val agentProperties: CollectorAgentPropertiesResponse? = null, val createdTimestamp: String, val discoverySiteId: String? = null, val updatedTimestamp: String)

Constructors

Link copied to clipboard
constructor(agentProperties: CollectorAgentPropertiesResponse? = null, createdTimestamp: String, discoverySiteId: String? = null, updatedTimestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Time when this collector was created. Date-Time represented in ISO-8601 format.

Link copied to clipboard
val discoverySiteId: String? = null

The ARM id of the discovery service site.

Link copied to clipboard

Time when this collector was updated. Date-Time represented in ISO-8601 format.