Class: DatadogAPIClient::V2::ProductAnalyticsRetentionGridCohortCell

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

Overview

One cell of the retention grid, holding the result for a single cohort over a single return period. Aggregated rows omit the time and count fields.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



52
53
54
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort_cell.rb', line 52

def additional_properties
  @additional_properties
end

#cell_countObject

Number of entities that returned during the period.



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

def cell_count
  @cell_count
end

#cell_rateObject

Fraction of the cohort that returned, between 0 and 1.



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

def cell_rate
  @cell_rate
end

#cell_relative_value_changeObject

Change in the metric relative to the cohort baseline.



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

def cell_relative_value_change
  @cell_relative_value_change
end

#cell_valueObject

Value of the computed metric, when a metric other than the retention rate is requested.



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

def cell_value
  @cell_value
end

#is_partial_dataObject

Whether the return period is still open, so the numbers are not yet final.



38
39
40
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort_cell.rb', line 38

def is_partial_data
  @is_partial_data
end

#return_period_end_timeObject

End of the return period, in epoch milliseconds.



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

def return_period_end_time
  @return_period_end_time
end

#return_period_indexObject

Zero-based index of the return period this cell belongs to.



44
45
46
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort_cell.rb', line 44

def return_period_index
  @return_period_index
end

#return_period_start_timeObject

Start of the return period, in epoch milliseconds.



47
48
49
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort_cell.rb', line 47

def return_period_start_time
  @return_period_start_time
end

#typeObject

Whether the row holds one cohort's own numbers, or the weighted roll-up across every cohort.



50
51
52
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_grid_cohort_cell.rb', line 50

def type
  @type
end