Sha256: be40afefdbc71a53db5c6bd922b6fbc63864a730fa31a56dc4867bd6cf42be20

Contents?: true

Size: 759 Bytes

Versions: 1

Compression:

Stored size: 759 Bytes

Contents

# TalonOne::ProductSkuUnitAnalytics

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**start_time** | **DateTime** | The start of the aggregation time frame in UTC. | 
**end_time** | **DateTime** | The end of the aggregation time frame in UTC. | 
**purchased_units** | [**AnalyticsDataPointWithTrend**](AnalyticsDataPointWithTrend.md) |  | 
**sku** | **String** | The SKU linked to the analytics-level product. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ProductSkuUnitAnalytics.new(start_time: 2024-02-01T00:00Z,
                                 end_time: null,
                                 purchased_units: null,
                                 sku: SKU-123)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/ProductSkuUnitAnalytics.md