Class: DatadogAPIClient::V1::FunnelComparisonDuration

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#custom_timeframeObject

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

#typeObject

Type of comparison duration.



28
29
30
# File 'lib/datadog_api_client/v1/models/funnel_comparison_duration.rb', line 28

def type
  @type
end