circle-info
Squadcast is now SolarWinds Incident Response

CommunicationCardsCreateCommunicationCardRequest

Example Usage

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

let value: CommunicationCardsCreateCommunicationCardRequest = {
  incidentId: "<id>",
  v3IncidentsCommunicationCardsCreateCommunicationCardRequest: {
    type: "<value>",
    url: "https://that-porter.net",
    title: "<value>",
  },
};

Fields

Field
Type
Required
Description

incidentId

string

✔️

Required

v3IncidentsCommunicationCardsCreateCommunicationCardRequest

✔️

N/A

Last updated