Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

V4Tag

Example Usage

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

let value: V4Tag = {
  key: "<key>",
  value: "<value>",
  color: "black",
};

Fields

Field
Type
Required
Description

key

string

✔️

N/A

value

string

✔️

N/A

color

string

✔️

N/A

Last updated