circle-info
Squadcast is now SolarWinds Incident Response

V3ServicesEscalationPolicyBasic

Represents the basic details of an Escalation Policy for a service.

Example Usage

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

let value: V3ServicesEscalationPolicyBasic = {
  id: "<id>",
  name: "<value>",
  description: "hunger woot populist terribly silver ugh",
  slug: "<value>",
};

Fields

Field
Type
Required
Description

id

string

✔️

The unique identifier for the escalation policy.

name

string

✔️

The name of the escalation policy.

description

string

✔️

A description of the escalation policy.

slug

string

✔️

The URL-friendly slug for the policy name.

Last updated