Class: DatadogAPIClient::V2::ProductAnalyticsGroupBy
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsGroupBy
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_group_by.rb
Overview
A group-by rule for segmenting results by facet values.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#facet ⇒ Object
readonly
The facet to group by.
-
#limit ⇒ Object
Maximum number of groups to return.
-
#should_exclude_missing ⇒ Object
Exclude results with missing facet values.
-
#sort ⇒ Object
Sort configuration for group-by results.
-
#source ⇒ Object
The source for audience-filter-based group-by.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/product_analytics_group_by.rb', line 39 def additional_properties @additional_properties end |
#facet ⇒ Object
The facet to group by.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_group_by.rb', line 25 def facet @facet end |
#limit ⇒ Object
Maximum number of groups to return.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_group_by.rb', line 28 def limit @limit end |
#should_exclude_missing ⇒ Object
Exclude results with missing facet values.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_analytics_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_group_by.rb', line 34 def sort @sort end |
#source ⇒ Object
The source for audience-filter-based group-by.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/product_analytics_group_by.rb', line 37 def source @source end |