Class: DatadogAPIClient::V1::ProductAnalyticsEventQuerySearch

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/product_analytics_event_query_search.rb

Overview

Search configuration for Product Analytics event query.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#queryObject

RUM event search query used to filter views or actions.



25
26
27
# File 'lib/datadog_api_client/v1/models/product_analytics_event_query_search.rb', line 25

def query
  @query
end