Sha256: 755de33f32ae2f1e7201867d066e3be4daa2eb1dc7ab0f5172b8319912b53f99

Contents?: true

Size: 993 Bytes

Versions: 2

Compression:

Stored size: 993 Bytes

Contents

# PinterestSdkClient::CatalogsItemsBatch

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **items** | [**Array<ItemProcessingRecord>**](ItemProcessingRecord.md) | Array with the catalogs items processing records part of the catalogs items batch | [optional] |
| **batch_id** | **String** | Id of the catalogs items batch | [optional] |
| **created_time** | **Time** | Time of the batch creation: YYYY-MM-DD'T'hh:mm:ssTZD | [optional][readonly] |
| **completed_time** | **Time** | Time of the batch completion: YYYY-MM-DD'T'hh:mm:ssTZD | [optional][readonly] |
| **status** | [**BatchOperationStatus**](BatchOperationStatus.md) |  | [optional] |

## Example

```ruby
require 'pinterest_sdk'

instance = PinterestSdkClient::CatalogsItemsBatch.new(
  items: null,
  batch_id: 595953100599279259-66753b9bb65c46c49bd8503b27fecf9e,
  created_time: 2020-01-01T20:10:40Z,
  completed_time: 2022-03-10T15:37:10Z,
  status: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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