| 1 |
# BatchDeleteCatalogObjectsResponse |
| 2 |
|
| 3 |
### Description |
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
## Properties |
| 8 |
Name | Getter | Setter | Type | Description | Notes |
| 9 |
------------ | ------------- | ------------- | ------------- | ------------- | ------------- |
| 10 |
**errors** | getErrors() | setErrors($value) | [](Error.md**\SquareConnect\Model\Error[]**](Error.md](Error.md) | The set of [](#type-errorError](#type-error](#type-error)s encountered. | [optional] |
| 11 |
**deleted_object_ids** | getDeletedObjectIds() | setDeletedObjectIds($value) | **string[]** | The IDs of all [](#type-catalogobjectCatalogObject](#type-catalogobject](#type-catalogobject)s deleted by this request. | [optional] |
| 12 |
**deleted_at** | getDeletedAt() | setDeletedAt($value) | **string** | The database [](#workingwithdatestimestamp](#workingwithdates](#workingwithdates) of this deletion in RFC 3339 format, e.g., \"2016-09-04T23:59:33.123Z\". | [optional] |
| 13 |
|
| 14 |
Note: All properties are protected and only accessed via getters and setters. |
| 15 |
|
| 16 |
[](../../README.md#documentation-for-models[Back to Model list]](../../README.md#documentation-for-models](../../README.md#documentation-for-models) [](../../README.md#documentation-for-api-endpoints[Back to API list]](../../README.md#documentation-for-api-endpoints](../../README.md#documentation-for-api-endpoints) [](../../README.md[Back to README]](../../README.md](../../README.md) |
| 17 |
|
| 18 |
|