Class: DatadogAPIClient::V1::FunnelComparisonCustomTimeframe

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#fromObject

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

#toObject

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