Class: DatadogAPIClient::V2::ProductAnalyticsRetentionGroupBy

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#facetObject

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

#limitObject

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_missingObject

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

#sortObject

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

#sourceObject

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

#targetObject

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