circle-info
Squadcast is now SolarWinds Incident Response

TagsAppendTagRequest

Example Usage

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

let value: TagsAppendTagRequest = {
  incidentId: "<id>",
  v3IncidentsTagsAppendTagRequest: {},
};

Fields

Field
Type
Required
Description

incidentId

string

✔️

N/A

v3IncidentsTagsAppendTagRequest

✔️

N/A

Last updated