circle-info
Squadcast is now SolarWinds Incident Response

CommunicationCardsGetAllCommunicationCardRequest

Example Usage

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

let value: CommunicationCardsGetAllCommunicationCardRequest = {
  incidentId: "<id>",
};

Fields

Field
Type
Required
Description

incidentId

string

✔️

N/A

Last updated