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

#qObject

Query definition.



32
33
34
# File 'lib/datadog_api_client/v1/models/widget_event.rb', line 32

def q
  @q
end

#tags_executionObject

The execution method for multi-value filters.



35
36
37
# File 'lib/datadog_api_client/v1/models/widget_event.rb', line 35

def tags_execution
  @tags_execution
end