Sha256: 3b7eac9c239f7d3f181e5736ec1c0e5942d3c33f12fd75e020612361e8c4bd8c

Contents?: true

Size: 634 Bytes

Versions: 2

Compression:

Stored size: 634 Bytes

Contents

# PinterestSdkClient::CatalogsItemsBatchRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **country** | [**Country**](Country.md) |  | [optional] |
| **language** | [**Language**](Language.md) |  | [optional] |
| **operation** | [**BatchOperation**](BatchOperation.md) |  | [optional] |
| **items** | [**Array<ItemBatchRecord>**](ItemBatchRecord.md) | Array with catalogs items | [optional] |

## Example

```ruby
require 'pinterest_sdk'

instance = PinterestSdkClient::CatalogsItemsBatchRequest.new(
  country: null,
  language: null,
  operation: null,
  items: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pinterest_sdk-1.1.0 docs/CatalogsItemsBatchRequest.md
pinterest_sdk-1.0.0 docs/CatalogsItemsBatchRequest.md