Sha256: 9c8b5842bc7c7f353cd91fc4ac90a5cfb76f437a24c15320cf9c49bc2f31bb6b

Contents?: true

Size: 641 Bytes

Versions: 1

Compression:

Stored size: 641 Bytes

Contents

# TalonOne::ProductSearchMatch

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**product_id** | **Integer** | The ID of the product. | 
**value** | **String** | The string matching the given value. Either a product name or SKU. | 
**product_sku_id** | **Integer** | The ID of the SKU linked to a product. If empty, this is an analytics-level product. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ProductSearchMatch.new(product_id: 1,
                                 value: MyProduct,
                                 product_sku_id: 1)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/ProductSearchMatch.md