Class: DatadogAPIClient::V2::ProductAnalyticsRetentionCellScope
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsRetentionCellScope
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_retention_cell_scope.rb
Overview
Narrows a retention query to a single cell, at the intersection of one cohort and one return period.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cohort_target ⇒ Object
readonly
Selects a cohort, either by index or by the aggregation that rolls all cohorts together.
-
#return_period_target ⇒ Object
readonly
Selects a cohort or return period by its zero-based position in the grid.
-
#type ⇒ Object
readonly
The discriminator identifying a scope narrowed to one grid cell.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_cell_scope.rb', line 33 def additional_properties @additional_properties end |
#cohort_target ⇒ Object
Selects a cohort, either by index or by the aggregation that rolls all cohorts together.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_cell_scope.rb', line 25 def cohort_target @cohort_target end |
#return_period_target ⇒ Object
Selects a cohort or return period by its zero-based position in the grid.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_cell_scope.rb', line 28 def return_period_target @return_period_target end |
#type ⇒ Object
The discriminator identifying a scope narrowed to one grid cell.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_cell_scope.rb', line 31 def type @type end |