circle-info
Squadcast is now SolarWinds Incident Response

V4StatusPagesComponentsGetComponentByIdResponse

Example Usage

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

let value: V4StatusPagesComponentsGetComponentByIdResponse = {
  id: 330647,
  pageID: 43369,
  name: "<value>",
  description: "heavily eek oof next",
  underMaintenance: true,
};

Fields

Field
Type
Required
Description

id

number

✔️

N/A

pageID

number

✔️

N/A

name

string

✔️

N/A

description

string

✔️

N/A

statusID

number

N/A

underMaintenance

boolean

✔️

N/A

Last updated