Class: DatadogAPIClient::V2::EventsQueryOptions

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

Overview

The global query options that are used. Either provide a timezone or a time offset but not both, otherwise the query fails.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#time_offsetObject

The time offset to apply to the query in seconds.



26
27
28
# File 'lib/datadog_api_client/v2/models/events_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/events_query_options.rb', line 29

def timezone
  @timezone
end