circle-info
Squadcast is now SolarWinds Incident Response

V3ServicesOverlayCustomContentOverlayResponse

Example Usage

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

let value: V3ServicesOverlayCustomContentOverlayResponse = {
  createdAt: new Date("2024-02-25T22:29:20.932Z"),
  updatedAt: new Date("2026-03-04T06:40:31.245Z"),
  deletedAt: new Date("2026-05-01T13:40:34.705Z"),
  orgId: "<id>",
  serviceId: "<id>",
  alertSourceVersion: "<value>",
  alertSourceShortname: "<value>",
  overlayTemplateType: "description",
  overlay: {
    message: "<value>",
    description:
      "hotfoot frenetically bandwidth puzzled boohoo nippy psst lay embossing",
  },
  createdBy: "<value>",
  updatedBy: "<value>",
  alertSourceType: "<value>",
};

Fields

Field
Type
Required
Description

createdAt

✔️

N/A

updatedAt

✔️

N/A

deletedAt

✔️

N/A

orgId

string

✔️

N/A

serviceId

string

✔️

N/A

alertSourceVersion

string

✔️

N/A

alertSourceShortname

string

✔️

N/A

createdBy

string

✔️

N/A

updatedBy

string

✔️

N/A

alertSourceType

string

✔️

N/A

Last updated