circle-info
Squadcast is now SolarWinds Incident Response

ComponentGroupsGetComponentGroupByIdResponse

The request has succeeded.

Example Usage

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

let value: ComponentGroupsGetComponentGroupByIdResponse = {
  data: {
    id: 638891,
    pageID: 396553,
    name: "<value>",
    allowSubscription: false,
  },
};

Fields

Last updated