Incident List Response
data class IncidentListResponse(val monitoredResources: List<MonitoredResourceResponse>, val policyNames: List<String>)
A widget that displays a list of incidents
Constructors
Link copied to clipboard
fun IncidentListResponse(monitoredResources: List<MonitoredResourceResponse>, policyNames: List<String>)