Sha256: 01a155e2feca41861152ca4023a7ad501b8d1101c2fa70483b03a936852e9f35

Contents?: true

Size: 370 Bytes

Versions: 2

Compression:

Stored size: 370 Bytes

Contents

# TalonOne::AnalyticsDataPointWithTrend

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | **Float** |  | 
**trend** | **Float** |  | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::AnalyticsDataPointWithTrend.new(value: 12.0,
                                 trend: 3.25)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/AnalyticsDataPointWithTrend.md
talon_one-6.0.0 docs/AnalyticsDataPointWithTrend.md