circle-info
Squadcast is now SolarWinds Incident Response

MessageOverlay

Example Usage

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

let value: MessageOverlay = {
  template: "<value>",
};

Fields

Field
Type
Required
Description

template

string

✔️

N/A

Last updated