Class EventCreateResponseAttributesAttributesEvt

JSON object of event system attributes.

Hierarchy

  • EventCreateResponseAttributesAttributesEvt

Constructors

Properties

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
id?: string

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

uid?: string

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

Generated using TypeDoc