circle-info
Squadcast is now SolarWinds Incident Response

ComponentGroupsCreateComponentGroupResponse

The request has succeeded.

Example Usage

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

let value: ComponentGroupsCreateComponentGroupResponse = {
  data: {
    id: 69935,
    pageID: 568415,
    name: "<value>",
    allowSubscription: false,
  },
};

Fields

Last updated