Entity data returned in a preview response, including attributes, relationships, and type.

Hierarchy

  • PreviewEntityResponseData

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

Entity response attributes containing core entity metadata fields.

id?: string

Entity unique identifier.

Entity relationships including incidents, oncalls, schemas, and related entities.

Entity resource type.

Generated using TypeDoc