Class TransportWebhookLogMessageTimestamp

The message delivery timing information.

Hierarchy

  • TransportWebhookLogMessageTimestamp

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
eventTimestamp?: number

The Unix timestamp of the event.

lifetime?: number

The total delivery time in seconds.

queueTime?: number

Number of seconds the message spent in the delivery queue.

scheduledTime?: number

The scheduled delivery time as a Unix timestamp.

Generated using TypeDoc