circle-info
Squadcast is now SolarWinds Incident Response

IncidentsGetIncidentEventsResponse

The request has succeeded.

Example Usage

import { IncidentsGetIncidentEventsResponse } from "@solarwinds/squadcast-sdk-typescript/models/operations";

let value: IncidentsGetIncidentEventsResponse = {
  data: {
    events: [],
  },
  meta: {
    total: 539605,
    count: 324787,
    current: "<value>",
  },
};

Fields

Last updated