IncidentServiceConnectionResponse

data class IncidentServiceConnectionResponse(val id: String, val name: String)

The connection info for Incident Receiver.

Constructors

Link copied to clipboard
constructor(id: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

GUID value representing the connection ID for the incident management service.

Link copied to clipboard

The name of the connection.