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

V4StatusPagesDeleteStatusPageByIdResponse

Example Usage

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

let value: V4StatusPagesDeleteStatusPageByIdResponse = {
  id: 945153,
  name: "<value>",
  organizationID: "<id>",
  teamID: "<id>",
};

Fields

Field
Type
Required
Description

id

number

✔️

N/A

name

string

✔️

N/A

organizationID

string

✔️

N/A

teamID

string

✔️

N/A

Last updated