circle-info
Squadcast is now SolarWinds Incident Response

DeduplicationReason

Example Usage

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

let value: DeduplicationReason = {
  matchedEventId: "<id>",
  evaluatedExpression: "<value>",
  timeWindow: 89088,
};

Fields

Field
Type
Required
Description

matchedEventId

string

✔️

N/A

evaluatedExpression

string

✔️

N/A

timeWindow

number

✔️

N/A

Last updated