Timeframe to retrieve the log from.

Hierarchy

  • LogsListRequestTime

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
from: Date

Minimum timestamp for requested logs.

timezone?: string

Timezone can be specified both as an offset (for example "UTC+03:00") or a regional zone (for example "Europe/Paris").

to: Date

Maximum timestamp for requested logs.

Generated using TypeDoc