Class: DatadogAPIClient::V2::ProductAnalyticsGraphQueryGroupBy
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsGraphQueryGroupBy
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_graph_query_group_by.rb
Overview
Segments journey results by the values of a facet.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#facet ⇒ Object
readonly
Attribute path to group by.
-
#limit ⇒ Object
readonly
Maximum number of groups to return.
-
#should_exclude_missing ⇒ Object
Whether to exclude entities that have no value for this facet.
-
#sort ⇒ Object
Sort configuration for group-by results.
-
#source ⇒ Object
Audience dimension to group by, instead of an event facet.
-
#target ⇒ Object
A reference to a step, or a range of steps, in the journey.
-
#value_filters ⇒ Object
Restricts the results to these facet values.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
47 48 49 |
# File 'lib/datadog_api_client/v2/models/product_analytics_graph_query_group_by.rb', line 47 def additional_properties @additional_properties end |
#facet ⇒ Object
Attribute path to group by.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_graph_query_group_by.rb', line 25 def facet @facet end |
#limit ⇒ Object
Maximum number of groups to return. Omit it to let the service choose.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_graph_query_group_by.rb', line 28 def limit @limit end |
#should_exclude_missing ⇒ Object
Whether to exclude entities that have no value for this facet.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_analytics_graph_query_group_by.rb', line 31 def should_exclude_missing @should_exclude_missing end |
#sort ⇒ Object
Sort configuration for group-by results.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/product_analytics_graph_query_group_by.rb', line 34 def sort @sort end |
#source ⇒ Object
Audience dimension to group by, instead of an event facet.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/product_analytics_graph_query_group_by.rb', line 37 def source @source end |
#target ⇒ Object
A reference to a step, or a range of steps, in the journey.
Use a node target to name a single step, or a path target to name the range
between two steps.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/product_analytics_graph_query_group_by.rb', line 42 def target @target end |
#value_filters ⇒ Object
Restricts the results to these facet values.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/product_analytics_graph_query_group_by.rb', line 45 def value_filters @value_filters end |