IncidentReceiverResponse

data class IncidentReceiverResponse(val connection: IncidentServiceConnectionResponse, val incidentManagementService: String, val mappings: Map<String, String>, val name: String)

An Incident receiver.

Constructors

Link copied to clipboard
constructor(connection: IncidentServiceConnectionResponse, incidentManagementService: String, mappings: Map<String, String>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The incident service connection

Link copied to clipboard

The incident management service type

Link copied to clipboard

Field mappings for the incident service

Link copied to clipboard

The name of the Incident receiver. Names must be unique across all receivers within an action group.