Sha256: f18af6ca4d06503931974fed4f6a29ab36826254954a3aac08330227df118542
Contents?: true
Size: 442 Bytes
Versions: 2
Compression:
Stored size: 442 Bytes
Contents
# PinterestSdkClient::ItemBatchRecord ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **item_id** | **String** | The catalog item id in the merchant namespace | [optional] | | **attributes** | [**ItemAttributes**](ItemAttributes.md) | | [optional] | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::ItemBatchRecord.new( item_id: DS0294-M, attributes: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pinterest_sdk-1.1.0 | docs/ItemBatchRecord.md |
pinterest_sdk-1.0.0 | docs/ItemBatchRecord.md |