Global query options that are used during the query. Note: Specify either timezone or time offset, not both. Otherwise, the query fails.

Hierarchy

  • AuditLogsQueryOptions

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

Time offset (in seconds) to apply to the query.

timezone?: string

The timezone can be specified as GMT, UTC, an offset from UTC (like UTC+1), or as a Timezone Database identifier (like America/New_York).

Generated using TypeDoc