Get Server Collector Result
data class GetServerCollectorResult(val eTag: String? = null, val id: String, val name: String, val properties: CollectorPropertiesResponse, val type: String)
Constructors
Link copied to clipboard
constructor(eTag: String? = null, id: String, name: String, properties: CollectorPropertiesResponse, type: String)