Class: DatadogAPIClient::V2::ProductAnalyticsFormulaRetentionQuery

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

Overview

Query definition for a retention scalar or retention timeseries request.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



37
38
39
# File 'lib/datadog_api_client/v2/models/product_analytics_formula_retention_query.rb', line 37

def additional_properties
  @additional_properties
end

#computation_scopeObject

Restricts a retention query to part of the grid, so that results can be examined in detail. Omit it to compute the whole grid.



26
27
28
# File 'lib/datadog_api_client/v2/models/product_analytics_formula_retention_query.rb', line 26

def computation_scope
  @computation_scope
end

#computeObject

The metric and aggregation applied to a retention query.



29
30
31
# File 'lib/datadog_api_client/v2/models/product_analytics_formula_retention_query.rb', line 29

def compute
  @compute
end

#group_byObject

Splits the results by the values of one or more facets.



32
33
34
# File 'lib/datadog_api_client/v2/models/product_analytics_formula_retention_query.rb', line 32

def group_by
  @group_by
end

#searchObject

Defines the cohort and return criteria that make up a retention query.



35
36
37
# File 'lib/datadog_api_client/v2/models/product_analytics_formula_retention_query.rb', line 35

def search
  @search
end