Class: DatadogAPIClient::V1::WidgetEvent

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#qObject

Query definition.



28
29
30
# File 'lib/datadog_api_client/v1/models/widget_event.rb', line 28

def q
  @q
end

#tags_executionObject

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
  @tags_execution
end