Name | Type | Description | Notes |
---|---|---|---|
index | Integer | The index of the record in `requests` that this error corresponds to. | [optional] |
status | Status | [optional] |
require 'sdk_ruby'
instance = SajariAPIClient::BatchUpdateRecordsResponseError.new(
index: null,
status: null
)