A directional link representing a relationship between two entities. At least one entity must be a case.

Hierarchy

  • CaseLink

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
attributes: CaseLinkAttributes

Attributes describing a directional relationship between two entities (cases, incidents, or pages).

id: string

The case link identifier.

JSON:API resource type for case links.

Generated using TypeDoc