A single relationship object for an incident handle, wrapping the related resource data.

Hierarchy

  • IncidentHandleRelationship

Constructors

Properties

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

Relationship data for an incident handle, containing the ID and type of the related resource.

Generated using TypeDoc