Class: DatadogAPIClient::V1::ProductAnalyticsEventQuerySearch
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::ProductAnalyticsEventQuerySearch
- 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
-
#query ⇒ Object
readonly
RUM event search query used to filter views or actions.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#query ⇒ Object
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 |