Name | Type | Description | Notes |
---|---|---|---|
index | Integer | Index of the record in `records` that this key corresponds to. | [optional] |
key | RecordKey | [optional] |
require 'sdk_ruby'
instance = SajariAPIClient::BatchUpsertRecordsResponseKey.new(
index: null,
key: null
)