Get Apm Result
data class GetApmResult(val id: String, val name: String, val properties: ApmPropertiesResponse, val systemData: SystemDataResponse, val type: String)
APM Resource object
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: ApmPropertiesResponse, systemData: SystemDataResponse, type: String)