Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 461 Bytes

BatchUpsertRecordsResponseError.md

File metadata and controls

20 lines (14 loc) · 461 Bytes

SajariAPIClient::BatchUpsertRecordsResponseError

Properties

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

Example

require 'sdk_ruby'

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