Class: DatadogAPIClient::V2::ProductAnalyticsAnalyticsQuery

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/product_analytics_analytics_query.rb

Overview

The analytics query definition containing a base query, compute rule, and optional grouping.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



41
42
43
# File 'lib/datadog_api_client/v2/models/product_analytics_analytics_query.rb', line 41

def additional_properties
  @additional_properties
end

#audience_filtersObject

Audience filter definitions for targeting specific user segments.



25
26
27
# File 'lib/datadog_api_client/v2/models/product_analytics_analytics_query.rb', line 25

def audience_filters
  @audience_filters
end

#computeObject

A compute rule for aggregating data.



28
29
30
# File 'lib/datadog_api_client/v2/models/product_analytics_analytics_query.rb', line 28

def compute
  @compute
end

#group_byObject

Group-by rules for segmenting results.



31
32
33
# File 'lib/datadog_api_client/v2/models/product_analytics_analytics_query.rb', line 31

def group_by
  @group_by
end

#indexesObject

Restrict the query to specific indexes. Max 1 entry.



34
35
36
# File 'lib/datadog_api_client/v2/models/product_analytics_analytics_query.rb', line 34

def indexes
  @indexes
end

#queryObject

A query definition discriminated by the data_source field. Use product_analytics for standard event queries, or product_analytics_occurrence for occurrence-filtered queries.



39
40
41
# File 'lib/datadog_api_client/v2/models/product_analytics_analytics_query.rb', line 39

def query
  @query
end