JSON object of event system attributes.

Hierarchy

  • EventSystemAttributes

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

Event category identifying the type of event.

id?: string

Event identifier. This field is deprecated and will be removed in a future version. Use the uid field instead.

Integration ID sourced from integration manifests.

sourceId?: number

The source type ID of the event.

uid?: string

A unique identifier for the event. You can use this identifier to query or reference the event.

Generated using TypeDoc