ComponentGroupsDeleteComponentGroupByIdRequest
Example Usage
import { ComponentGroupsDeleteComponentGroupByIdRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";
let value: ComponentGroupsDeleteComponentGroupByIdRequest = {
statuspageID: "<id>",
groupId: "<id>",
};Fields
Field
Type
Required
Description
statuspageID
string
✔️
N/A
groupId
string
✔️
N/A
PreviousComponentGroupsCreateComponentGroupResponse
NextComponentGroupsDeleteComponentGroupByIdResponse
Last updated