circle-info
Squadcast is now SolarWinds Incident Response

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