Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 713 Bytes

File metadata and controls

12 lines (8 loc) · 713 Bytes

LogsQueryOptions

Global query options that are used during the query. Note: You should only supply timezone or time offset but not both otherwise the query will fail.

Properties

Name Type Description Notes
time_offset int The time offset (in seconds) to apply to the query. [optional]
timezone str The timezone can be specified both as an offset, for example: "UTC+03:00". [optional] if omitted the server will use the default value of "UTC"

[Back to Model list] [Back to API list] [Back to README]