The object description of an event response attribute.

Hierarchy

  • EventResponseAttributes

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?: EventAttributes

Object description of attributes from your event.

message?: string

The message of the event.

tags?: string[]

An array of tags associated with the event.

timestamp?: Date

The timestamp of the event.

Generated using TypeDoc