Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

ComponentsCreateComponentResponse

The request has succeeded.

Example Usage

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

let value: ComponentsCreateComponentResponse = {
  data: {
    id: 26554,
    pageID: 322249,
    name: "<value>",
    description: "parsnip even meh",
    underMaintenance: false,
  },
};

Fields

Field
Type
Required
Description

data

✔️

N/A

Last updated