circle-info
Squadcast is now SolarWinds Incident Response

GlobalEventRulesListGlobalEventRulesResponseBody

The request has succeeded.

Example Usage

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

let value: GlobalEventRulesListGlobalEventRulesResponseBody = {
  data: [
    {},
  ],
  meta: {
    totalCount: 750143,
  },
};

Fields

Last updated