Sha256: 4d97397b8bfeeab29fe2296ed83612ca873747a575bcba9e24f1a8760ee9b94d
Contents?: true
Size: 643 Bytes
Versions: 1
Compression:
Stored size: 643 Bytes
Contents
# TalonOne::AnalyticsProductSKU ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | The ID of the SKU linked to the analytics-level product. | **sku** | **String** | The SKU linked to the analytics-level product. | **last_updated** | **DateTime** | Values in UTC for the date the SKU linked to the analytics-level product was last updated. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::AnalyticsProductSKU.new(id: 1, sku: SKU-123, last_updated: 2024-02-01T00:00Z) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/AnalyticsProductSKU.md |