Package version:

Interface LastOutputEventTimestamp

An output event timestamp.

interface LastOutputEventTimestamp {
    lastOutputEventTime?: string;
    lastUpdateTime?: string;
}

Properties

lastOutputEventTime?: string

The last output event time.

lastUpdateTime?: string

The time that the last update happened.

Generated using TypeDoc