Class IncidentCreateOnCallPageDataAttributesRequest

Attributes for creating an on-call page from an incident.

Hierarchy

  • IncidentCreateOnCallPageDataAttributesRequest

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

The description of the page.

A reference to an incident role for a page.

services?: string[]

List of affected services.

tags?: string[]

List of tags for the page.

The target recipient for a page.

title?: string

The title of the page.

Generated using TypeDoc