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
Last updated
import { V4Tag } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V4Tag = {
key: "<key>",
value: "<value>",
color: "black",
};key
string
✔️
N/A
value
string
✔️
N/A
color
string
✔️
N/A
Last updated