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