Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 443 Bytes

BatchUpdateRecordsResponseRecord.md

File metadata and controls

20 lines (14 loc) · 443 Bytes

SajariAPIClient::BatchUpdateRecordsResponseRecord

Properties

Name Type Description Notes
index Integer The index of the record in `requests`. [optional]
record Object The updated record. [optional]

Example

require 'sdk_ruby'

instance = SajariAPIClient::BatchUpdateRecordsResponseRecord.new(
  index: null,
  record: null
)