Event attributes.

Hierarchy

  • V2EventAttributes

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

JSON object for category-specific attributes.

message?: string

Free-form text associated with the event.

tags?: string[]

A list of tags associated with the event.

timestamp?: string

Timestamp when the event occurred.

Generated using TypeDoc