circle-info
Squadcast is now SolarWinds Incident Response

V4StatusPagesNewStatusPageComponent

Example Usage

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

let value: V4StatusPagesNewStatusPageComponent = {
  type: "group",
  name: "<value>",
  allowSubscription: true,
};

Fields

Field
Type
Required
Description

name

string

✔️

N/A

allowSubscription

boolean

✔️

N/A

description

string

N/A

serviceID

string

N/A

Last updated