Details about the On-Call Page you want to create.

Hierarchy

  • CreatePageRequestDataAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
description?: string

A short summary of the issue or context.

tags?: string[]

Tags to help categorize or filter the page.

Information about the target to notify (such as a team or user).

title: string

The title of the page.

urgency: PageUrgency

On-Call Page urgency level.

Generated using TypeDoc