Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 397 Bytes

File metadata and controls

22 lines (16 loc) · 397 Bytes

TalonOne::AnalyticsDataPointWithTrendAndUplift

Properties

Name Type Description Notes
value Float
uplift Float
trend Float

Example

require 'talon_one_sdk'

instance = TalonOne::AnalyticsDataPointWithTrendAndUplift.new(
  value: 12,
  uplift: 3.25,
  trend: 3.25
)