TalonOne::AnalyticsDataPointWithTrendAndInfluencedRate Properties Name Type Description Notes value Float influenced_rate Float trend Float Example require 'talon_one_sdk' instance = TalonOne::AnalyticsDataPointWithTrendAndInfluencedRate.new( value: 12, influenced_rate: 12, trend: 3.25 )