IncidentListResponse

data class IncidentListResponse(val monitoredResources: List<MonitoredResourceResponse>, val policyNames: List<String>)

A widget that displays a list of incidents

Constructors

Link copied to clipboard
constructor(monitoredResources: List<MonitoredResourceResponse>, policyNames: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The monitored resource for which incidents are listed. The resource doesn't need to be fully specified. That is, you can specify the resource type but not the values of the resource labels. The resource type and labels are used for filtering.

Link copied to clipboard

Optional. A list of alert policy names to filter the incident list by. Don't include the project ID prefix in the policy name. For example, use alertPolicies/utilization.