Data object for creating a case link.

Hierarchy

  • CaseLinkCreate

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).

JSON:API resource type for case links.

Generated using TypeDoc