Name | Type | Description | Notes |
---|---|---|---|
errors | Array<BatchUpdateRecordsResponseError> | The errors that occurred. | [optional] |
records | Array<BatchUpdateRecordsResponseRecord> | A list of updated records. | [optional] |
require 'sdk_ruby'
instance = SajariAPIClient::BatchUpdateRecordsResponse.new(
errors: null,
records: null
)