Class: DatadogAPIClient::V2::ProductAnalyticsRetentionCellScope

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_targetObject

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_targetObject

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

#typeObject

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