Interface ResolveIncidentRequest

interface ResolveIncidentRequest {
    incidentKey: string;
    operationReference?: string;
}

Properties

incidentKey: string
operationReference?: string

a reference key chosen by the user and will be part of all records resulted from this operation

Generated using TypeDoc