Class: DatadogAPIClient::V1::WidgetEvent
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::WidgetEvent
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/widget_event.rb
Overview
Event overlay control options.
See the dedicated [Events JSON schema documentation](docs.datadoghq.com/dashboards/graphing_json/widget_json/#events-schema) to learn how to build the ‘<EVENTS_SCHEMA>`.
Instance Attribute Summary collapse
-
#q ⇒ Object
readonly
Query definition.
-
#tags_execution ⇒ Object
The execution method for multi-value filters.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#q ⇒ Object
Query definition.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/widget_event.rb', line 32 def q @q end |
#tags_execution ⇒ Object
The execution method for multi-value filters.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/widget_event.rb', line 35 def end |