circle-info
Squadcast is now SolarWinds Incident Response

V3ServicesSuppressionRulesBasicExpression

Example Usage

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

let value: V3ServicesSuppressionRulesBasicExpression = {
  lhs: "<value>",
  op: "<value>",
  rhs: "<value>",
};

Fields

Field
Type
Required
Description

lhs

string

✔️

N/A

op

string

✔️

N/A

rhs

string

✔️

N/A

Last updated