Sha256: 4f27a946cc44c68da8ce8bd23ee37fc42b64d7c5ebc6068667918db2f7b911d6
Contents?: true
Size: 610 Bytes
Versions: 2
Compression:
Stored size: 610 Bytes
Contents
# PinterestSdkClient::CatalogsProductGroupUpdateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **feed_id** | **String** | Catalog Feed id pertaining to the catalog product group. | | | **name** | **String** | | | | **description** | **String** | | [optional] | | **filters** | [**CatalogsProductGroupFilters**](CatalogsProductGroupFilters.md) | | | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::CatalogsProductGroupUpdateRequest.new( feed_id: 2680059592705, name: null, description: null, filters: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pinterest_sdk-1.1.0 | docs/CatalogsProductGroupUpdateRequest.md |
pinterest_sdk-1.0.0 | docs/CatalogsProductGroupUpdateRequest.md |