Class: DatadogAPIClient::V1::WidgetEvent Deprecated
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::WidgetEvent
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/widget_event.rb
Overview
Deprecated.
This model is deprecated.
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.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/widget_event.rb', line 35 def additional_properties @additional_properties end |
#q ⇒ Object
Query definition.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/widget_event.rb', line 30 def q @q end |
#tags_execution ⇒ Object
The execution method for multi-value filters.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/widget_event.rb', line 33 def @tags_execution end |