Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

SLOGetAllSLOsMeta

Example Usage

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

let value: SLOGetAllSLOsMeta = {
  total: 408103,
  offset: 359843,
  limit: 244582,
};

Fields

Field
Type
Required
Description

total

number

✔️

N/A

offset

number

✔️

N/A

limit

number

✔️

N/A

Last updated