circle-info
Squadcast is now SolarWinds Incident Response

V4StatusPagesComponentsUpdateComponentByIdResponse

Example Usage

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

let value: V4StatusPagesComponentsUpdateComponentByIdResponse = {
  id: 572474,
  pageID: 527998,
  name: "<value>",
  description: "bleakly aw ah",
  allowSubscription: true,
};

Fields

Field
Type
Required
Description

id

number

✔️

N/A

pageID

number

✔️

N/A

name

string

✔️

N/A

description

string

✔️

N/A

groupID

number

N/A

allowSubscription

boolean

✔️

N/A

Last updated