Monitored Resource Response
data class MonitoredResourceResponse(val id: String? = null, val reasonForLogsStatus: String? = null, val sendingLogs: String? = null)
The properties of a resource currently being monitored by the Elastic monitor resource.
Constructors
Link copied to clipboard
fun MonitoredResourceResponse(id: String? = null, reasonForLogsStatus: String? = null, sendingLogs: String? = null)