Sha256: 9e76a8a650aafec69a7df188463682c0c804d18e5f27a5b3dcd10f2e41ec57f5
Contents?: true
Size: 464 Bytes
Versions: 2
Compression:
Stored size: 464 Bytes
Contents
# 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) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/AnalyticsDataPointWithTrendAndUplift.md |
talon_one-6.0.0 | docs/AnalyticsDataPointWithTrendAndUplift.md |