circle-info
Squadcast is now SolarWinds Incident Response

V3WorkflowsCommunicationChannel

Example Usage

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

let value: V3WorkflowsCommunicationChannel = {
  displayText: "<value>",
  link: "<value>",
  type: "video_conference",
};

Fields

Field
Type
Required
Description

displayText

string

✔️

N/A

link

string

✔️

N/A

Last updated