Class: DatadogAPIClient::V2::EventsQueryOptions
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EventsQueryOptions
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#time_offset ⇒ Object
The time offset to apply to the query in seconds.
-
#timezone ⇒ Object
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).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/events_query_options.rb', line 31 def additional_properties @additional_properties end |
#time_offset ⇒ Object
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 |
#timezone ⇒ Object
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 |