V3ServicesEscalationPolicyBasic
PreviousV3ServicesDependenciesCreateOrUpdateDependenciesRequestNextV3ServicesExtensionsSlackExtensionResponse
Last updated
Represents the basic details of an Escalation Policy for a service.
import { V3ServicesEscalationPolicyBasic } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3ServicesEscalationPolicyBasic = {
id: "<id>",
name: "<value>",
description: "hunger woot populist terribly silver ugh",
slug: "<value>",
};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