Sha256: 03dfb080cd37532ac21eb4444fdb55e0368cc54a92edb916a9d95ba007d31710
Contents?: true
Size: 857 Bytes
Versions: 2
Compression:
Stored size: 857 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/LogsQueryOptions.md |
datadog_api_client-1.5.0 | docs/v2/LogsQueryOptions.md |