Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 466 Bytes

BatchUpdateRecordsResponseError.md

File metadata and controls

20 lines (14 loc) · 466 Bytes

SajariAPIClient::BatchUpdateRecordsResponseError

Properties

Name Type Description Notes
index Integer The index of the record in `requests` that this error corresponds to. [optional]
status Status [optional]

Example

require 'sdk_ruby'

instance = SajariAPIClient::BatchUpdateRecordsResponseError.new(
  index: null,
  status: null
)