Class: DatadogAPIClient::V2::ProductAnalyticsRetentionReturnPeriodScope
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsRetentionReturnPeriodScope
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_retention_return_period_scope.rb
Overview
Narrows a retention query to a single return-period column.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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 return period.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_return_period_scope.rb', line 30 def additional_properties @additional_properties end |
#target ⇒ Object
Selects a cohort or return period by its zero-based position in the grid.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_return_period_scope.rb', line 25 def target @target end |
#type ⇒ Object
The discriminator identifying a scope narrowed to one return period.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_retention_return_period_scope.rb', line 28 def type @type end |