Class: DatadogAPIClient::V1::FunnelComparisonCustomTimeframe
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::FunnelComparisonCustomTimeframe
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/funnel_comparison_custom_timeframe.rb
Overview
Custom timeframe for funnel comparison.
Instance Attribute Summary collapse
-
#from ⇒ Object
readonly
Start of the custom timeframe.
-
#to ⇒ Object
readonly
End of the custom timeframe.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#from ⇒ Object
Start of the custom timeframe.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/funnel_comparison_custom_timeframe.rb', line 25 def from @from end |
#to ⇒ Object
End of the custom timeframe.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/funnel_comparison_custom_timeframe.rb', line 28 def to @to end |