Sha256: 053c9b899ad343d4297801f6d788acaa9deed25fbe2c645a9eb5cca63e59330a
Contents?: true
Size: 498 Bytes
Versions: 2
Compression:
Stored size: 498 Bytes
Contents
# TalonOne::AnalyticsDataPointWithTrendAndInfluencedRate ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **value** | **Float** | | **influenced_rate** | **Float** | | **trend** | **Float** | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::AnalyticsDataPointWithTrendAndInfluencedRate.new(value: 12.0, influenced_rate: 12.0, trend: 3.25) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/AnalyticsDataPointWithTrendAndInfluencedRate.md |
talon_one-6.0.0 | docs/AnalyticsDataPointWithTrendAndInfluencedRate.md |