BatchMemoryResult Model
BatchMemoryResult Model documentation for Java SDK
BatchMemoryResult
Individual item result for a batch memories operation
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| success | Boolean | Whether this individual operation succeeded | |
| memoryId | String | Memory ID associated with this result (present for batchGet errors and batchDelete results) | [optional] |
| memory | Memory | [optional] | |
| error | ErrorDetail | [optional] |