circle-info
Squadcast is now SolarWinds Incident Response

V3ServicesTaggingRulesTagConfigObject

Example Usage

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

let value: V3ServicesTaggingRulesTagConfigObject = {
  value: "<value>",
  color: "magenta",
};

Fields

Field
Type
Required
Description

value

string

✔️

N/A

color

string

✔️

N/A

Last updated