Class: DatadogAPIClient::V2::ProductAnalyticsRetentionGridCohort
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsRetentionGridCohort
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort.rb
Overview
One row of the retention grid, holding the results for a single cohort.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cells ⇒ Object
The cells of the row, one per return period.
-
#cohort_end_time ⇒ Object
End of the cohort window, in epoch milliseconds.
-
#cohort_index ⇒ Object
Zero-based index of the cohort in the grid.
-
#cohort_size ⇒ Object
Number of entities in the cohort.
-
#cohort_start_time ⇒ Object
Start of the cohort window, in epoch milliseconds.
-
#group_tags ⇒ Object
The group-by facet values that identify this row.
-
#name ⇒ Object
Label identifying the cohort, such as the week it started.
-
#type ⇒ Object
Whether the row holds one cohort's own numbers, or the weighted roll-up across every cohort.
-
#unit ⇒ Object
Unit definitions for the cell values.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
51 52 53 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort.rb', line 51 def additional_properties @additional_properties end |
#cells ⇒ Object
The cells of the row, one per return period.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort.rb', line 25 def cells @cells end |
#cohort_end_time ⇒ Object
End of the cohort window, in epoch milliseconds.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort.rb', line 28 def cohort_end_time @cohort_end_time end |
#cohort_index ⇒ Object
Zero-based index of the cohort in the grid.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort.rb', line 31 def cohort_index @cohort_index end |
#cohort_size ⇒ Object
Number of entities in the cohort.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort.rb', line 34 def cohort_size @cohort_size end |
#cohort_start_time ⇒ Object
Start of the cohort window, in epoch milliseconds.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort.rb', line 37 def cohort_start_time @cohort_start_time end |
#group_tags ⇒ Object
The group-by facet values that identify this row.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort.rb', line 40 def @group_tags end |
#name ⇒ Object
Label identifying the cohort, such as the week it started.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort.rb', line 43 def name @name end |
#type ⇒ Object
Whether the row holds one cohort's own numbers, or the weighted roll-up across every cohort.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort.rb', line 46 def type @type end |
#unit ⇒ Object
Unit definitions for the cell values.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort.rb', line 49 def unit @unit end |