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
PreviousV4StatusPagesMaintenancesUpdateMaintenanceByIdResponse
NextV4StatusPagesNewStatusPageComponentList
Last updated