V3IncidentsCommunicationCardsCreateCommunicationCardRequest
Request body for creating a communication card.
Example Usage
import { V3IncidentsCommunicationCardsCreateCommunicationCardRequest } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3IncidentsCommunicationCardsCreateCommunicationCardRequest = {
type: "<value>",
url: "https://physical-parade.name/",
title: "<value>",
};Fields
Field
Type
Required
Description
type
string
✔️
N/A
url
string
✔️
N/A
title
string
✔️
N/A
PreviousV3IncidentsCommunicationCardsCommunicationCardResponse
NextV3IncidentsCommunicationCardsCreateSlackChannelRequest
Last updated