Class: DatadogAPIClient::V2::ProductAnalyticsRetentionGroupBy
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsRetentionGroupBy
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_retention_group_by.rb
Overview
Splits retention results by the values of a facet.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#facet ⇒ Object
readonly
The attribute path to group by.
-
#limit ⇒ Object
readonly
Maximum number of groups to return.
-
#should_exclude_missing ⇒ Object
Whether to drop entities that have no value for the facet.
-
#sort ⇒ Object
Sort configuration for group-by results.
-
#source ⇒ Object
Audience source backing the group-by, when grouping by an audience rather than a facet.
-
#target ⇒ Object
readonly
Which axis of the retention grid a group-by applies to.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_group_by.rb', line 42 def additional_properties @additional_properties end |
#facet ⇒ Object
The attribute path to group by.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_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_retention_group_by.rb', line 28 def limit @limit end |
#should_exclude_missing ⇒ Object
Whether to drop entities that have no value for the facet.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_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_retention_group_by.rb', line 34 def sort @sort end |
#source ⇒ Object
Audience source backing the group-by, when grouping by an audience rather than a facet.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_group_by.rb', line 37 def source @source end |
#target ⇒ Object
Which axis of the retention grid a group-by applies to.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_group_by.rb', line 40 def target @target end |