circle-info
Squadcast is now SolarWinds Incident Response

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