V3IncidentsCommunicationCardsCreateSlackChannelRequest
Example Usage
import { V3IncidentsCommunicationCardsCreateSlackChannelRequest } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3IncidentsCommunicationCardsCreateSlackChannelRequest = {
channelName: "<value>",
incidentId: "<id>",
};Fields
Field
Type
Required
Description
PreviousV3IncidentsCommunicationCardsCreateCommunicationCardRequestNextV3IncidentsCommunicationCardsUpdateCommunicationCardRequest
Last updated