Class: DatadogAPIClient::V2::SpansQueryOptions

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/spans_query_options.rb

Overview

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.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#time_offsetObject

The time offset (in seconds) to apply to the query.



26
27
28
# File 'lib/datadog_api_client/v2/models/spans_query_options.rb', line 26

def time_offset
  @time_offset
end

#timezoneObject

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).



29
30
31
# File 'lib/datadog_api_client/v2/models/spans_query_options.rb', line 29

def timezone
  @timezone
end