V4StatusPagesComponentsCreateComponentResponse
Example Usage
import { V4StatusPagesComponentsCreateComponentResponse } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V4StatusPagesComponentsCreateComponentResponse = {
id: 407523,
pageID: 248951,
name: "<value>",
description: "woefully wherever charm chubby alligator anaesthetise gadzooks",
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
groupID
number
➖
N/A
PreviousV4StatusPagesComponentsCreateComponentRequest
NextV4StatusPagesComponentsDeleteComponentByIdResponse
Last updated