Class: DatadogAPIClient::V2::ProductAnalyticsRetentionGridCohort

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#cellsObject

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_timeObject

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_indexObject

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_sizeObject

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_timeObject

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_tagsObject

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
  @group_tags
end

#nameObject

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

#typeObject

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

#unitObject

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