Sha256: ad61e660e8d3aa5544505e2ab24c5a6cfd7223f8d4a0660f6cc90914c5c6515c

Contents?: true

Size: 610 Bytes

Versions: 2

Compression:

Stored size: 610 Bytes

Contents

# PinterestSdkClient::CatalogsProductGroupCreateRequest

## 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::CatalogsProductGroupCreateRequest.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/CatalogsProductGroupCreateRequest.md
pinterest_sdk-1.0.0 docs/CatalogsProductGroupCreateRequest.md