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