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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#q ⇒ Object
readonly
Query definition.
-
#tags_execution ⇒ Object
The execution method for multi-value filters.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/widget_event.rb', line 33 def additional_properties @additional_properties end |
#q ⇒ Object
Query definition.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/widget_event.rb', line 28 def q @q end |
#tags_execution ⇒ Object
The execution method for multi-value filters.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/widget_event.rb', line 31 def @tags_execution end |