Sha256: 53d12a534d9bca3489eda5ef03e326273a78f9bc35f4b4942a8890a24fab89c1

Contents?: true

Size: 545 Bytes

Versions: 7

Compression:

Stored size: 545 Bytes

Contents

# DatadogAPIClient::V2::LogsQueryOptions

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **time_offset** | **Integer** | The time offset (in seconds) to apply to the query. | [optional] |
| **timezone** | **String** | The timezone can be specified both as an offset, for example: \"UTC+03:00\". | [optional][default to 'UTC'] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsQueryOptions.new(
  time_offset: null,
  timezone: GMT
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v2/LogsQueryOptions.md
datadog_api_client-1.3.0 docs/v2/LogsQueryOptions.md
datadog_api_client-1.2.0 docs/v2/LogsQueryOptions.md
datadog_api_client-1.1.0 docs/v2/LogsQueryOptions.md
datadog_api_client-1.0.0 docs/v2/LogsQueryOptions.md
datadog_api_client-1.0.0.beta.3 docs/v2/LogsQueryOptions.md
datadog_api_client-1.0.0.beta.2 docs/v2/LogsQueryOptions.md