# TalonOne::AnalyticsDataPointWithTrendAndUplift ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **value** | **Float** | | **uplift** | **Float** | | **trend** | **Float** | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::AnalyticsDataPointWithTrendAndUplift.new(value: 12.0, uplift: 3.25, trend: 3.25) ```