Class: DatadogAPIClient::V1::ProductAnalyticsFunnelQuery
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::ProductAnalyticsFunnelQuery
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/product_analytics_funnel_query.rb
Overview
User journey funnel query definition.
Instance Attribute Summary collapse
-
#compute ⇒ Object
Compute configuration for user journey funnel.
-
#data_source ⇒ Object
readonly
Data source for user journey funnel queries.
-
#group_by ⇒ Object
Group by configuration.
-
#search ⇒ Object
readonly
User journey search configuration.
-
#subquery_id ⇒ Object
Subquery ID.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#compute ⇒ Object
Compute configuration for user journey funnel.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/product_analytics_funnel_query.rb', line 25 def compute @compute end |
#data_source ⇒ Object
Data source for user journey funnel queries.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/product_analytics_funnel_query.rb', line 28 def data_source @data_source end |
#group_by ⇒ Object
Group by configuration.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/product_analytics_funnel_query.rb', line 31 def group_by @group_by end |
#search ⇒ Object
User journey search configuration.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/product_analytics_funnel_query.rb', line 34 def search @search end |
#subquery_id ⇒ Object
Subquery ID.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/product_analytics_funnel_query.rb', line 37 def subquery_id @subquery_id end |