IncidentsGetIncidentEventsResponse
Last updated
The request has succeeded.
import { IncidentsGetIncidentEventsResponse } from "@solarwinds/squadcast-sdk-typescript/models/operations";
let value: IncidentsGetIncidentEventsResponse = {
data: {
events: [],
},
meta: {
total: 539605,
count: 324787,
current: "<value>",
},
};Last updated