Class: DatadogAPIClient::V2::ProductAnalyticsGraphQueryGroupBy

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#facetObject

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

#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_graph_query_group_by.rb', line 28

def limit
  @limit
end

#should_exclude_missingObject

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

#sortObject

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

#sourceObject

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

#targetObject

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_filtersObject

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