ComponentGroupsGetComponentGroupByIdRequest
Example Usage
import { ComponentGroupsGetComponentGroupByIdRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";
let value: ComponentGroupsGetComponentGroupByIdRequest = {
statuspageID: "<id>",
groupId: "<id>",
};Fields
Field
Type
Required
Description
PreviousComponentGroupsDeleteComponentGroupByIdResponseNextComponentGroupsGetComponentGroupByIdResponse
Last updated