Class: DatadogAPIClient::V1::FunnelComparisonDuration
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::FunnelComparisonDuration
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/funnel_comparison_duration.rb
Overview
Comparison time configuration for funnel widgets.
Instance Attribute Summary collapse
-
#custom_timeframe ⇒ Object
Custom timeframe for funnel comparison.
-
#type ⇒ Object
readonly
Type of comparison duration.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#custom_timeframe ⇒ Object
Custom timeframe for funnel comparison.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/funnel_comparison_duration.rb', line 25 def custom_timeframe @custom_timeframe end |
#type ⇒ Object
Type of comparison duration.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/funnel_comparison_duration.rb', line 28 def type @type end |