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

V4StatusPagesComponentGroupsDeleteComponentGroupByIdResponse

Example Usage

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

let value: V4StatusPagesComponentGroupsDeleteComponentGroupByIdResponse = {
  id: 965158,
  name: "<value>",
  description: null,
  allowSubscription: true,
};

Fields

Field
Type
Required
Description

id

number

✔️

N/A

name

string

✔️

N/A

description

string

✔️

N/A

allowSubscription

boolean

✔️

N/A

Last updated