Sha256: 1b70afb88ea9bf279e8c2cddcded260830bcec5796417a5e00eb7e88c81bdfea
Contents?: true
Size: 457 Bytes
Versions: 2
Compression:
Stored size: 457 Bytes
Contents
# PinterestSdkClient::CatalogsFeedIngestionInfo ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **in_stock** | **Integer** | | [optional] | | **out_of_stock** | **Integer** | | [optional] | | **preorder** | **Integer** | | [optional] | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::CatalogsFeedIngestionInfo.new( in_stock: null, out_of_stock: null, preorder: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pinterest_sdk-1.1.0 | docs/CatalogsFeedIngestionInfo.md |
pinterest_sdk-1.0.0 | docs/CatalogsFeedIngestionInfo.md |