Class: DatadogAPIClient::V2::ProductAnalyticsRetentionReturnCondition

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

Overview

When an entity counts as having returned. Use conversion_on to count only entities that returned during the period itself, or conversion_on_or_after to also count later returns.

Constant Summary collapse

CONVERSION_ON =
"conversion_on".freeze
CONVERSION_ON_OR_AFTER =
"conversion_on_or_after".freeze

Method Summary

Methods included from BaseEnumModel

included