The object description of an event after being processed and stored by Datadog.

Hierarchy

  • EventResponse

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

The object description of an event response attribute.

id?: string

the unique ID of the event.

type?: EventType

Type of the event.

Generated using TypeDoc