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

CommonV4PageInfo

Example Usage

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

let value: CommonV4PageInfo = {
  pageSize: 490075,
  hasNext: true,
  hasPrev: true,
};

Fields

Field
Type
Required
Description

pageSize

number

✔️

N/A

hasNext

boolean

✔️

N/A

hasPrev

boolean

✔️

N/A

nextCursor

string

N/A

prevCursor

string

N/A

Last updated