Class IncidentHandleRelationshipsRequest

Relationships to associate with an incident handle in a create or update request.

Hierarchy

  • IncidentHandleRelationshipsRequest

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

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

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

Generated using TypeDoc