Class IncidentOnCallPageDataAttributesRequest

Attributes for linking a page to an incident.

Hierarchy

  • IncidentOnCallPageDataAttributesRequest

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
key?: string

The key of the on-call page.

The target of an on-call page.

teamId?: string

The team ID associated with the page (deprecated, use page_target instead).

Generated using TypeDoc