Name | Type | Description | Notes |
---|---|---|---|
index | Integer | The index of the record in `requests`. | [optional] |
record | Object | The updated record. | [optional] |
require 'sdk_ruby'
instance = SajariAPIClient::BatchUpdateRecordsResponseRecord.new(
index: null,
record: null
)