CommunicationCardsUpdateCommunicationCardRequest
Example Usage
import { CommunicationCardsUpdateCommunicationCardRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";
let value: CommunicationCardsUpdateCommunicationCardRequest = {
incidentId: "<id>",
communicationCardId: "<id>",
v3IncidentsCommunicationCardsUpdateCommunicationCardRequest: {
title: "<value>",
type: "<value>",
url: "https://political-subsidy.com",
},
};Fields
Field
Type
Required
Description
PreviousCommunicationCardsGetAllCommunicationCardResponseNextCommunicationCardsUpdateCommunicationCardResponse
Last updated